From: keiichi Date: Tue, 6 Apr 1999 01:34:11 +0000 (+0000) Subject: (mime-view-application/pgp): Support PGP5.X and GnuPG format. X-Git-Tag: semi-pgpgpg_03~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4f17ec0b04550a41c77ce45bd8a047aed8e406eb;p=elisp%2Fsemi.git (mime-view-application/pgp): Support PGP5.X and GnuPG format. --- diff --git a/mime-pgp.el b/mime-pgp.el index f32f408..205e972 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -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-+")