summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2003-04-14 09:12:16 +0000
committerThomas Roessler <roessler@does-not-exist.org>2003-04-14 09:12:16 +0000
commit9a9dd7a91dc12ac25dc497d3551f157b7bda2f76 (patch)
treeaf7626ce7ba5dfbb67a7b46aaea00f7bed2b8dc5 /ChangeLog
parent04c7eb0ebc79b25a4db023ca4c640c1b8cc40a74 (diff)
# changelog commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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@does-not-exist.org> (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@does-not-exist.org> (roessler)
* send.c: Backing out the previous change. It was nonsense.