summaryrefslogtreecommitdiff
path: root/mail/mutt/patches/patch-aa
blob: 2dda924cd5bcf36594e0944d95091c08dbfd7e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.7 2004/02/02 07:05:33 tron Exp $

--- send.c.orig	Wed Jan 30 23:50:59 2002
+++ send.c	Mon Feb  2 08:00:16 2004
@@ -1611,6 +1611,13 @@
     }
   }
 
+#ifdef HAVE_PGP
+  {
+    /* Extend the expiry time while messages keep getting sent.  */
+    extern time_t PgpExptime;
+    PgpExptime = time (NULL) + PgpTimeout;
+  }
+#endif /* HAVE_PGP */
 
   rv = 0;