From: Thomas Roessler Date: Wed, 27 Mar 2002 00:58:05 +0000 (+0000) Subject: Don't include temporary file names in the Content-Disposition header. X-Git-Tag: mutt-1-5-1-rel~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e708be8491bb5ad9eff8bf10a4e9741566113d60;p=mutt Don't include temporary file names in the Content-Disposition header. --- diff --git a/pgp.c b/pgp.c index 2166e248..8fd1b6a9 100644 --- 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;