aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-01-09 11:49:56 +0000
committerGravatar David Bremner <bremner@debian.org>2012-01-09 22:12:24 -0400
commitfb846f57ef2a7cbf7b3613c6f005d85caeee23d3 (patch)
tree2b5ddc66a6dd81b714e9b27b053ef80a0f3966e5 /NEWS
parentd3a74bb0a064aa25db8f92116344af60b5f76e67 (diff)
NEWS: add news entry for notmuch reply uninitialized variable bugfix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 85ff65bc..687154dc 100644
--- 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
-----------