aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-02-08 07:01:06 +0800
committerobraun <obraun@FreeBSD.org>2003-02-08 07:01:06 +0800
commit163253ea1bd60eb9d87f2c37ad71f965bd5f1957 (patch)
tree8289a069dcd46e0bff1a2af97759d4863b3c57e6 /mail/mutt-devel
parentfebe1f59fda67f2e04407f87c33cb01bafc45537 (diff)
downloadfreebsd-ports-gnome-163253ea1bd60eb9d87f2c37ad71f965bd5f1957.tar.gz
freebsd-ports-gnome-163253ea1bd60eb9d87f2c37ad71f965bd5f1957.tar.zst
freebsd-ports-gnome-163253ea1bd60eb9d87f2c37ad71f965bd5f1957.zip
Fix a bug in pgp-handling.
PR: ports/48069 Submitted by: maintainer
Diffstat (limited to 'mail/mutt-devel')
-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)
{