]> granicus.if.org Git - neomutt/commitdiff
Don't include temporary file names in the Content-Disposition header.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 27 Mar 2002 00:58:05 +0000 (00:58 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 27 Mar 2002 00:58:05 +0000 (00:58 +0000)
pgp.c

diff --git a/pgp.c b/pgp.c
index 2166e248cfc798a4cc72c668c7ca220ee7168c2f..8fd1b6a94dacb55352dfdb86f4bbef8434191f06 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1400,11 +1400,12 @@ BODY *pgp_traditional_encryptsign (BODY *a, int flags, char *keylist)
    */
 
   b->d_filename = safe_strdup ("msg.pgp");
+  b->use_disp = 1;
+
 #endif
 
   b->disposition = DISPINLINE;
   b->unlink   = 1;
-  b->use_disp = 1;
 
   b->noconv = 1;