summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-26 10:26:36 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-26 10:26:36 +0100
commitcc8fac4c631ef9e47304fff1b40f7e93b242a6b3 (patch)
tree56150046539b6548c9edf53a1e4b6664f62a090f /README.md
parent87f367406cf30f7c829b63b8e90a8d58794110da (diff)
github readme markdown format
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..27a1e21b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+This is a proposal for a terminal gui for [notmuch mail][notmuch]
+written in python using the [urwid][urwid] toolkit.
+
+You can find some old screenshots in `data/alot*png`,
+the files `INSTALL` and `USAGE` contain instructions on how to set it up,
+use and customize. These files are nicely rendered in the [github wiki][wiki].
+The API docs for the current master branch are [here][api].
+the `docs` directory contains their sources.
+
+Do comment on the code or file issues! I'm curious what you think of it.
+Talk to me in #notmuch@Freenode.
+
+Current features include:
+-------------------------
+ * spawn terminals for asynchronous editing of mails
+ * theming, optionally in monochromatic, 16 or 256 colours
+ * tag specific theming and tagstring translation
+ * a hook system to inject one's own python code
+ * python shell for introspection
+ * forward/reply/group-reply of emails
+ * multiple accounts for sending mails via sendmail
+ * tab completion for commands and querystrings
+ * priorizable notification popups
+ * database manager that manages a write queue to the notmuch index
+ * user configurable keyboard maps
+
+Soonish to be addressed non-features:
+-------------------------------------
+ * encryption/decryption for messages
+ * search for strings in displayed buffer
+ * print command
+ * folding for message parts
+ * undo for commands
+ * addressbook integration
+
+[notmuch]: http://notmuchmail.org/
+[urwid]: http://excess.org/urwid/
+[api]: http://pazz.github.com/alot/
+[wiki]: https://github.com/pazz/alot/wiki