* pgg-pgp.el, pgg-pgp5.el (verify-region): Set default umask to 077.
[elisp/semi.git] / semi-setup.el
index eb95dd1..0c9b6c7 100644 (file)
@@ -105,33 +105,6 @@ it is used as hook to set."
                    (method . mime-verify-multipart/signed))
          'strict "mime-pgp")
         
-        (autoload 'mime-display-application/pgp-signature "mime-pgp")
-
-        (ctree-set-calist-strictly
-         'mime-preview-condition 
-         '((type . application)(subtype . pgp-signature)
-           (body . visible)
-           (body-presentation-method 
-            . mime-display-application/pgp-signature)))
-
-        (autoload 'mime-display-application/pgp-encrypted "mime-pgp")
-
-        (ctree-set-calist-strictly
-         'mime-preview-condition 
-         '((type . application)(subtype . pgp-encrypted)
-           (body . visible)
-           (body-presentation-method 
-            . mime-display-application/pgp-encrypted)))
-
-        (autoload 'mime-display-application/pgp-keys "mime-pgp")
-
-        (ctree-set-calist-strictly
-         'mime-preview-condition 
-         '((type . application)(subtype . pgp-keys)
-           (body . visible)
-           (body-presentation-method 
-            . mime-display-application/pgp-keys)))
-
         (mime-add-condition
          'action
          '((type . application)(subtype . pgp-signature)