From 1852d09117e367517509613ed9c81b90ff2a8cbd Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 8 Sep 2011 10:36:05 +0100 Subject: updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6e8ca745..fca69be2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ 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`!. +If you'd like to contribute, please make sure your patches can be applied to that branch. Current features include: ------------------------- @@ -23,7 +26,8 @@ Current features include: * priorizable notification popups * database manager that manages a write queue to the notmuch index * user configurable keyboard maps - * printing + * printing/piping of mails and threads + * addressbook integration (dev branch) Soonish to be addressed non-features: ------------------------------------- @@ -31,7 +35,6 @@ Soonish to be addressed non-features: * search for strings in displayed buffer * folding for message parts * undo for commands - * addressbook integration [notmuch]: http://notmuchmail.org/ [urwid]: http://excess.org/urwid/ -- cgit v1.2.3 From cc3bf859e6715626e9e805e25cf4c9ebbd97a814 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 11 Sep 2011 14:09:57 +0100 Subject: documentation --- NEWS | 10 ++++++++++ README.md | 2 +- USAGE | 2 ++ data/example.full.rc | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3