summaryrefslogtreecommitdiff
path: root/README
blob: c984bd9e197848467db4b5a19535ced8f01e0f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is a proposal for a terminal gui for notmuch mail, written in python.
You can find some old screenshots in data/alot*png

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 ones 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 addresses non-features:
-------------------------------------
 * encryption/decryption for messages
 * search for strings in displayed buffer
 * print command
 * folding for message parts
 * undo for commands
 * addressbook integration