CHANGELOG: Update with summary of IMAP delivery addition
authorW. Trevor King <wking@tremily.us>
Fri, 10 May 2013 12:38:01 +0000 (08:38 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 10 May 2013 12:38:01 +0000 (08:38 -0400)
Documenting:
a7f2222 Merge branch 'imap'

Signed-off-by: W. Trevor King <wking@tremily.us>
CHANGELOG

index 203f909b2873c00184034cf34b90240b85f18c83..882e362810786d759731c2333a633397fa226436 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
 v3.4 (unreleased)
     * Added post-processing hooks for user-specified message manipulation.
+    * Added settings for IMAP delivery.  The old `use-smtp` boolean has been replaced by a new `email-protocol` setting.  Non-IMAP users should adjust their configuration to set `email-protocol` to either `sendmail` or `smtp`.
 
 v3.3 (2013-04-13)
     * Fix SMTP message submission logic.