From f75ab216ab2dfc97e635efd3f762de4994f97544 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 10 Dec 2001 10:09:22 +0000 Subject: [PATCH] Change the default for $pgp_replyencrypt to "yes". --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index f53d13f4..3025ec62 100644 --- a/init.h +++ b/init.h @@ -1204,7 +1204,7 @@ struct option_t MuttVars[] = { ** .pp ** If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs. */ - { "pgp_replyencrypt", DT_BOOL, R_NONE, OPTPGPREPLYENCRYPT, 0 }, + { "pgp_replyencrypt", DT_BOOL, R_NONE, OPTPGPREPLYENCRYPT, 1 }, /* ** .pp ** If set, automatically PGP encrypt replies to messages which are -- 2.40.0