From 4f17ec0b04550a41c77ce45bd8a047aed8e406eb Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 6 Apr 1999 01:34:11 +0000 Subject: [PATCH] (mime-view-application/pgp): Support PGP5.X and GnuPG format. --- mime-pgp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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-+") -- 1.7.10.4