summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-02-07 23:01:06 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-02-07 23:01:06 +0000
commit40c230f1285206b6747426d5ce2225fc11633a40 (patch)
treef950e2ec3333b6cc13fb6915435e10cce7bd20fc /mail
parentAdd quintuple-agent 1.0.3, quintuple Agent is a program that stores secrets for (diff)
Fix a bug in pgp-handling.
PR: ports/48069 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=75062
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/files/extra-patch-pgp-dw3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt-devel/files/extra-patch-pgp-dw b/mail/mutt-devel/files/extra-patch-pgp-dw
index 854fcdda626b..cb54cdd93069 100644
--- a/mail/mutt-devel/files/extra-patch-pgp-dw
+++ b/mail/mutt-devel/files/extra-patch-pgp-dw
@@ -136,7 +136,7 @@ Base: http://home.woolridge.ca/mutt/patches/patch-1.5.3.dw.confirm-crypt-hook.1
ADDRESS *tmp = NULL, *addr = NULL;
ADDRESS **last = &tmp;
ADDRESS *p, *q;
-@@ -1084,70 +1086,96 @@
+@@ -1084,70 +1086,97 @@
char buf[LONG_STRING];
q = p;
@@ -156,6 +156,7 @@ Base: http://home.woolridge.ca/mutt/patches/patch-1.5.3.dw.confirm-crypt-hook.1
- if ((r = mutt_yesorno (buf, M_YES)) == M_YES)
+
+ k_info = NULL;
++ key = NULL;
+
+ if (hook)
{