From eebd8fa6f8c882bbcaa474483132d4041d949f60 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 24 Dec 2011 12:35:40 +0000 Subject: updated NEWS --- NEWS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 818b29cd..062e7ae3 100644 --- a/NEWS +++ b/NEWS @@ -10,9 +10,13 @@ * multiple fixes for the envelope buffer * exit on closing of last buffer is now optional * die gracefully when config parsing fails -* rendom bugfixes in the ui -* external command lins as lists of strings instead of strings +* random bugfixes in the ui +* determine attachments via the "Content-Disposition" header +* nicer alignment for messages in thread buffers +* deal with external commands as lists of strings instead of strings +* better filetype detection in attachments via magic numbers * errbacks and correct calling of post-hooks for deferred commands +* add packaging info for debian * envelope.headers stores lists of values for each key now 0.20 -- cgit v1.2.3 From c0c3bfb1eb0c949037ab6d37e61744d7dbae3b97 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 25 Dec 2011 15:50:12 +0000 Subject: updated NEWS, README and CUSTOMIZE --- CUSTOMIZE.md | 1 + NEWS | 1 + README.md | 2 ++ 3 files changed, 4 insertions(+) (limited to 'NEWS') diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 14e646b0..f2ebb8a9 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -84,6 +84,7 @@ and in message composition. The command will be called with your prefix as only and its output is searched for name-email pairs. The regular expression used here defaults to `(?P.+?@.+?)\s+(?P.+)`, which makes it work nicely with `abook --mutt-query`. You can tune this using the `abook_regexp` option (beware Commandparsers escaping semantic!). +Have a look at the FAQ for other examples. Key Bindings diff --git a/NEWS b/NEWS index 062e7ae3..53abc3f2 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ * errbacks and correct calling of post-hooks for deferred commands * add packaging info for debian * envelope.headers stores lists of values for each key now +* default binding: 's' to 'toggletag unread' in search buffers 0.20 diff --git a/README.md b/README.md index ecc2b6bf..3085474c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ up and customize respectively. Autogenerated API docs for the current release can be found [here][api]. Their sources live in the `docs` directory. +The current top-notch version for the courageous lives in branch 'testing'. + Do comment on the code or file issues! I'm curious what you think of it. You can talk to me in #notmuch@Freenode. -- cgit v1.2.3