From: Thomas Roessler Date: Fri, 31 Jan 2003 00:15:03 +0000 (+0000) Subject: Change the default for crypt_replyencrypt back to "yes". Noted by X-Git-Tag: mutt-1-5-4-rel~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=323a3377305c3499b25ca7a535b590394d373968;p=mutt Change the default for crypt_replyencrypt back to "yes". Noted by Thomas Poindessous in Debian bug #178899; also #1448. --- diff --git a/init.h b/init.h index 7726740f..f1575dff 100644 --- a/init.h +++ b/init.h @@ -1220,8 +1220,8 @@ struct option_t MuttVars[] = { ** if you want to play interesting key selection games. ** (PGP only) */ - { "pgp_replyencrypt", DT_SYN, R_NONE, UL "crypt_replyencrypt", 0 }, - { "crypt_replyencrypt", DT_BOOL, R_NONE, OPTCRYPTREPLYENCRYPT, 0 }, + { "pgp_replyencrypt", DT_SYN, R_NONE, UL "crypt_replyencrypt", 1 }, + { "crypt_replyencrypt", DT_BOOL, R_NONE, OPTCRYPTREPLYENCRYPT, 1 }, /* ** .pp ** If set, automatically PGP or OpenSSL encrypt replies to messages which are