projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7dcde6
)
(mime-view-application/pgp): Support PGP5.X and GnuPG format.
author
keiichi
<keiichi>
Tue, 6 Apr 1999 01:34:11 +0000
(
01:34
+0000)
committer
keiichi
<keiichi>
Tue, 6 Apr 1999 01:34:11 +0000
(
01:34
+0000)
mime-pgp.el
patch
|
blob
|
history
diff --git
a/mime-pgp.el
b/mime-pgp.el
index
f32f408
..
205e972
100644
(file)
--- 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-+")