summaryrefslogtreecommitdiff
path: root/mail/mutt/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-03 14:49:02 +0000
committerwiz <wiz@pkgsrc.org>2015-09-03 14:49:02 +0000
commitf9213b5e9d1a7b61363845913d8ddd9335593031 (patch)
tree69777609a08970b98288857cd902d94d1d0f4b03 /mail/mutt/patches/patch-aa
parentfa5d8d685cb4e03309573081eef9e62ec4299124 (diff)
downloadpkgsrc-f9213b5e9d1a7b61363845913d8ddd9335593031.tar.gz
Update to 1.5.23 using mail/mutt-devel.
Upstream now calls this the stable version
Diffstat (limited to 'mail/mutt/patches/patch-aa')
-rw-r--r--mail/mutt/patches/patch-aa14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/mutt/patches/patch-aa b/mail/mutt/patches/patch-aa
index 2dda924cd5b..e0ccd84096e 100644
--- a/mail/mutt/patches/patch-aa
+++ b/mail/mutt/patches/patch-aa
@@ -1,18 +1,18 @@
-$NetBSD: patch-aa,v 1.7 2004/02/02 07:05:33 tron Exp $
+$NetBSD: patch-aa,v 1.8 2015/09/03 14:49:02 wiz Exp $
---- send.c.orig Wed Jan 30 23:50:59 2002
-+++ send.c Mon Feb 2 08:00:16 2004
-@@ -1611,6 +1611,13 @@
+--- send.c.orig Sun Feb 1 12:10:58 2004
++++ send.c
+@@ -1689,6 +1689,13 @@ full_fcc:
}
}
-+#ifdef HAVE_PGP
++#ifdef CRYPT_BACKEND_CLASSIC_PGP
+ {
-+ /* Extend the expiry time while messages keep getting sent. */
++ /* Extend the PGP expiry time while messages are being sent. */
+ extern time_t PgpExptime;
+ PgpExptime = time (NULL) + PgpTimeout;
+ }
-+#endif /* HAVE_PGP */
++#endif
rv = 0;