summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpatrick <p.totzke@ed.ac.uk>2011-05-20 11:40:41 +0100
committerpatrick <p.totzke@ed.ac.uk>2011-05-20 11:40:41 +0100
commitf9bfe47e5975df34b97041acab694e525dd378c0 (patch)
tree32fca83c58dddd53a709f92a57cc87b04bad1b52 /README
parent231ebe85482ad42ae172489fc0110da0ab90e0c7 (diff)
updated TODO
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 64dd23c4..766a94c8 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ The key ideas are:
* use libraries whenever possible.
urwid: http://excess.org/urwid/
mailbox: http://docs.python.org/library/mailbox.html
- obviously the cnotmuch bindings: https://bitbucket.org/spaetz/cnotmuch/
+ The cnotmuch bindings: https://bitbucket.org/spaetz/cnotmuch/ should i use notmuch instead?
(urwid-satext: http://wiki.goffi.org/wiki/Urwid-satext
configparser?
@@ -110,7 +110,7 @@ element of the iterator. For now, there's a NotmuchIteratorWalker class that
does the same for notmuch's one-time iterators. This is almost certainly a bad
idea methinks.
-Bindings
+Key Bindings
Are currently a hash in objects of the classes ng.ui.UI and ng.buffer.Buffer.
Obviously, a key is first handed to the current buffer and in case it doesn't
handle it, it will be handled by the main UI. Each buffer-subclass comes with