]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: add news entry for notmuch reply uninitialized variable bugfix
authorJani Nikula <jani@nikula.org>
Mon, 9 Jan 2012 11:49:56 +0000 (11:49 +0000)
committerDavid Bremner <bremner@debian.org>
Tue, 10 Jan 2012 02:12:24 +0000 (22:12 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 85ff65bc7502c5e267ba15d9dfda7290971883a7..687154dc9f87d69135b02ee3fec30015b311d6f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 Notmuch 0.11 (201x-xx-xx)
 =========================
 
-New command-line features
--------------------------
+Command-Line Interface
+----------------------
 
 Hooks
 
@@ -11,6 +11,12 @@ Hooks
   supports "pre-new" and "post-new" hooks that are run before and after
   importing new messages into the database.
 
+notmuch reply --decrypt bugfix
+
+  The "notmuch reply" command with --decrypt argument had a rarely
+  occurring bug that caused an encrypted message not to be decrypted
+  sometimes. This is now fixed.
+
 Performance
 -----------