summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-07-18 09:58:46 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-07-18 09:58:46 +0100
commit4622e91d07ed38d4a93d3200cdfc0883d8c2f25b (patch)
treee6d6322ae1811309a15042bae248dde1f4eb8238
parent3de7ec93109747b7c5462622b6e1e8ffd4f5b761 (diff)
update news and readme
-rw-r--r--NEWS15
-rw-r--r--README.md10
2 files changed, 20 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c947646e..75e2788f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.3.5:
+* full support for PGP/MIME [de|en]cryption and signatures
+* add missing "unattach" command in envelope buffer
+* honor 'Mail-Followup-To' header and set if for selected mailinglists
+* better handling of replies to self-sent messages
+* make auto_remove_unread configurable
+* rewrite thread buffer
+* improved global move commands: first/last line, half-page up/down
+* tree-based movement in threads (first/last reply, next/previous unfolded/sibling, parent)
+* fold/unfold messages based on query string in thread mode
+* respect mailcap commands that expect stdin
+* Support different libmagic APIs
+* new hooks called before/aftr buffer open/close/focus
+* new global repeat command
+
0.3.4:
* extra: zsh completion file
* thread mode: add "tags" pseudo header to message display
diff --git a/README.md b/README.md
index f98e8b16..5c465f4d 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ It is written in python using the [urwid][urwid] toolkit.
Have a look at the [user manual][docs] for installation notes, advanced usage,
customization and hacking guides.
-Do comment on the code or file issues! I'm curious what you think of it.
-You can talk to me in `#notmuch@freenode`.
+Do comment on the code or file issues! You can talk to me in `#notmuch@freenode`.
Current features include:
-------------------------
@@ -24,6 +23,7 @@ Current features include:
* notification popups with priorities
* database manager that manages a write queue to the notmuch index
* configurable status bar
+ * full support for PGP/MIME encryption and signing
Soonish to be addressed non-features:
-------------------------------------
@@ -31,15 +31,14 @@ See [here][features], most notably:
* async. calls to mimeparts renderer, parsing of VT colour escape sequences.
see #272. Milestone `0.4`
- * encryption/decryption for messages via gnupg CLI (see branch `feature-gnupg`). Milestone `0.4`
* live search results while you're typing (POC in `postponed-livesearch`). Milestone `0.6`
* search for message (POC in `postponed-messagesmode`). Milestone `0.6`
* search for strings in displayed buffer. MS `0.7`
* undo for commands. Milestone `0.7`
-Usage
-=====
+Basic Usage
+===========
The arrow keys, `page-up/down`, `j`, `k` and `Space` can be used to move the focus.
`Escape` cancels prompts and `Enter` selects. Hit `:` at any time and type in commands
to the prompt.
@@ -50,6 +49,7 @@ between them, close the current buffer with `d` and list them all with `;`.
The buffer type or *mode* (displayed at the bottom left) determines which prompt commands
are available. Usage information on any command can be listed by typing `help YOURCOMMAND`
to the prompt; The key bindings for the current mode are listed upon pressing `?`.
+See the [manual][docs] for more usage info.
[notmuch]: http://notmuchmail.org/
[urwid]: http://excess.org/urwid/