(mime-view-application/pgp): Support PGP5.X and GnuPG format.
authorkeiichi <keiichi>
Tue, 6 Apr 1999 01:34:11 +0000 (01:34 +0000)
committerkeiichi <keiichi>
Tue, 6 Apr 1999 01:34:11 +0000 (01:34 +0000)
mime-pgp.el

index f32f408..205e972 100644 (file)
@@ -83,7 +83,8 @@
           (delete-region
            (point-min)
            (and
-            (re-search-forward "^-+BEGIN PGP SIGNED MESSAGE-+\n\n")
+            (re-search-forward "^-+BEGIN PGP SIGNED MESSAGE-+\n")
+            (search-forward "\n\n")
             (match-end 0)))
           (delete-region
            (and (re-search-forward "^-+BEGIN PGP SIGNATURE-+")