Files
pkgsrc-ng/mail/mutt-kz/patches/patch-aa
2014-11-05 12:41:07 +01:00

19 lines
367 B
Plaintext

$NetBSD: patch-aa,v 1.1 2014/01/12 17:43:37 wiz Exp $
--- send.c.orig Sun Feb 1 12:10:58 2004
+++ send.c
@@ -1689,6 +1689,13 @@ full_fcc:
}
}
+#ifdef CRYPT_BACKEND_CLASSIC_PGP
+ {
+ /* Extend the PGP expiry time while messages are being sent. */
+ extern time_t PgpExptime;
+ PgpExptime = time (NULL) + PgpTimeout;
+ }
+#endif
rv = 0;