summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-25 16:33:39 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-25 16:33:39 +0000
commit9344bc1ff2c58fc74290904bf0dc27ea35412470 (patch)
treeac9c66a115a30e845efb24acf8fd415e0caa1449 /NEWS
parent7affa5148af78404453f198f6a50c170cbd93335 (diff)
updated NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 516510e2..f142e2cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+current:
+
+* completion for multiple recipients via AbooksCompleter
+* header key completion for set/unset in envelope buffer
+* generate and set a Message-ID header
+* add sent and saved draft mails to the notmuch index and add custom tags
+* optional highlighting of unread-tagged threads in search buffer
+* case insensitive sorting of tagstrings in search buffer
+* guess file encodings with libmagic
+
+
0.21
* avoid traceback infos from getting written on top of the ui
@@ -6,8 +17,6 @@
* command line subcommands: compose and search
* properly display multiple headers with the same key
* envelope.set option "--append"
-* completion for multiple recipients via AbooksCompleter
-* generate and set a Message-ID header
* more detailed CUSTOMIZE docs
* multiple fixes for the envelope buffer
* exit on closing of last buffer is now optional
@@ -22,6 +31,7 @@
* envelope.headers stores lists of values for each key now
* default binding: 's' to 'toggletag unread' in search buffers
+
0.20
* extensive API docs