]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
py3k: add a specialized version of _str for python3
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 85ff65bc7502c5e267ba15d9dfda7290971883a7..1161c226cfefb86320e2d2cceeada1c8a9dd7887 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,31 @@
-Notmuch 0.11 (201x-xx-xx)
+Notmuch 0.12 (2012-xx-xx)
 =========================
 
-New command-line features
--------------------------
+Command-Line Interface
+----------------------
+
+Reply to sender
+
+  "notmuch reply" has gained the ability to create a reply template
+  for replying just to the sender of the message, in addition to reply
+  to all. The feature is available through the new command line option
+  --reply-to=(all|sender).
+
+Emacs Interface
+---------------
+
+Reply to sender
+
+  The Emacs interface has, with the new CLI support, gained the
+  ability to reply to sender in addition to reply to all. In both show
+  and search modes, 'r' has been bound to reply to sender, replacing
+  reply to all, which now has key binding 'R'.
+
+Notmuch 0.11 (2012-01-13)
+=========================
+
+Command-Line Interface
+----------------------
 
 Hooks
 
@@ -11,6 +34,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
 -----------