summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--README.md2
-rw-r--r--USAGE2
-rw-r--r--data/example.full.rc2
4 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5b56780e..3aae9972 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.12
+
+* smarter in-string-tabcompletion
+* added ability to pipe messages/treads to custom shellcommands
+* initial searchstring configurable in configfile
+* prompt non-blocking (new syntax for prompts!)
+* fix attachment saving
+
+Thanks: Ruben Pollan, Luke Macken
+
0.11
This minor release is mostly bug fixes and some small features.
diff --git a/README.md b/README.md
index fca69be2..ac7dd0f4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ the `docs` directory contains their sources.
Do comment on the code or file issues! I'm curious what you think of it.
You can talk to me in #notmuch@Freenode.
Be aware that the master branch is used only for releases and hotfixes,
-the bleeding edge version sits in branch `development`!.
+the bleeding edge version sits in branch `develop`!.
If you'd like to contribute, please make sure your patches can be applied to that branch.
Current features include:
diff --git a/USAGE b/USAGE
index 8db4a62f..2439554c 100644
--- a/USAGE
+++ b/USAGE
@@ -48,12 +48,14 @@ in the config file. These are the default keymaps:
E = unfold --all
H = toggleheaders
P = print --all
+ S = save --all
a = toggletag inbox
enter = select
f = forward
g = groupreply
p = print
r = reply
+ s = save
| = prompt pipeto
Config
diff --git a/data/example.full.rc b/data/example.full.rc
index de456192..4b2dd264 100644
--- a/data/example.full.rc
+++ b/data/example.full.rc
@@ -98,6 +98,7 @@ C = fold --all
E = unfold --all
H = toggleheaders
P = print --all
+S = save --all
a = toggletag inbox
enter = select
f = forward
@@ -105,7 +106,6 @@ g = groupreply
p = print
r = reply
s = save
-S = save --all
| = prompt pipeto