(mime-edit-sign-smime): Bind `mime-transfer-level'
[elisp/semi.git] / semi-setup.el
index 620b8fe..ada262c 100644 (file)
@@ -19,8 +19,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Code:
 
@@ -98,7 +98,7 @@
      (mime-add-condition
       'action
       '((type . application)(subtype . pgp-signature)
-       (method . mime-verify-application/pgp-signature))
+       (method . mime-verify-application/*-signature))
       'strict "mime-pgp")
         
      (mime-add-condition
      (mime-add-condition
       'action
       '((type . application)(subtype . pkcs7-signature)
-       (method . mime-verify-application/pkcs7-signature))
+       (method . mime-verify-application/*-signature))
       'strict "mime-pgp")
 
      (mime-add-condition
       'action
       '((type . application)(subtype . x-pkcs7-signature)
-       (method . mime-verify-application/pkcs7-signature))
+       (method . mime-verify-application/*-signature))
       'strict "mime-pgp")
 
      (mime-add-condition