]> granicus.if.org Git - mutt/commitdiff
Change the default for crypt_replyencrypt back to "yes". Noted by
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 31 Jan 2003 00:15:03 +0000 (00:15 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 31 Jan 2003 00:15:03 +0000 (00:15 +0000)
Thomas Poindessous in Debian bug #178899; also #1448.

init.h

diff --git a/init.h b/init.h
index 7726740fe54c2c49032312321e035c8191b5ff01..f1575dffff08a0d50617a494c30e3bf71ff6c41e 100644 (file)
--- 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",  },
+  { "crypt_replyencrypt",      DT_BOOL, R_NONE, OPTCRYPTREPLYENCRYPT, 1 },
   /*
   ** .pp
   ** If set, automatically PGP or OpenSSL encrypt replies to messages which are