summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CUSTOMIZE.md1
-rw-r--r--NEWS1
-rw-r--r--README.md2
3 files changed, 4 insertions, 0 deletions
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<email>.+?@.+?)\s+(?P<name>.+)`, 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.