From: Thomas Roessler Date: Mon, 14 Apr 2003 09:12:16 +0000 (+0000) Subject: # changelog commit X-Git-Tag: pre-type-punning-patch~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a9dd7a91dc12ac25dc497d3551f157b7bda2f76;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index 892a8aee..ddcb8e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-14 09:09:53 Thomas Roessler (roessler) + + * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess + in send.c. This patch adds two new configuration variables, + $crypt_autopgp and $crypt_autsmime. Both are set to "yes" + by default. By turning them off, you can disable the automatic + selection of one or both mechanisms. (Useful when your mutt is + PGP- and S/MIME enabled, but you only use, say S/MIME.) + 2003-04-11 15:15:04 Thomas Roessler (roessler) * send.c: Backing out the previous change. It was nonsense.