summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-09 19:12:20 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-09 19:12:33 +0000
commit550fc530abe739f7e9b64ccb21244a01b7cc5734 (patch)
treecae841e5e5ee63bb97b67e54580381f7e2c2d35f /README.md
parent705800298705008104a0bc151d33a89d12bdd25a (diff)
update non-features list in README
closes #399
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7242f067..49f2ca31 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,14 @@ Soonish to be addressed non-features:
-------------------------------------
See [here][features], most notably:
- * encryption/decryption for messages (see branch `gnupg`)
- * live search results (branch `live`)
- * search for message (branch `messagesmode`)
- * bind sequences of key presses to commands (branch `multiinput`)
- * search for strings in displayed buffer
- * folding for message parts
- * undo for commands
+ * 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`
+ * bind sequences of key presses to commands (POC in `postponed-multiinput`). Milestone `0.5`
+ * 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
@@ -42,6 +43,9 @@ Usage
In all views, arrows, 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.
+The current *mode* is displayed at the bottom left, after the buffer number;
+This can be 'search', 'thread', 'envelope' etc. In different modes different 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 `?`.