summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-05-30 09:35:43 +0100
committerpazz <patricktotzke@gmail.com>2011-05-30 09:35:43 +0100
commit0fa9c694375beb283d47699db699fb9126bdb171 (patch)
tree3aa1fd3c77cc4decfeacb6c89777c9901b6dd4da
parent7ad74512577002e4fe02300ecfc56d68a43b4d21 (diff)
updated TODO
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index 50f93b37..5815da0d 100644
--- a/TODO
+++ b/TODO
@@ -13,9 +13,10 @@ configuration
* a config mechanism needs to be discussed/implemented. i don't think a single settings.py like in django
is a good approach.
-
searchbuffer:
* unseen tag -> msg bold
+ * focus next thread after toggletag. It would be easyest if IteratorWalker had a focus_next()
+ that could be called in ToggleTagCommand in case thread is still in the searchresults
Commands
* help strings in commands and help buffer
@@ -26,8 +27,13 @@ taglist buffer
this will have to wait until a version of urwid can be easy_installed in that GridFlow
has a get_focus: http://comments.gmane.org/gmane.comp.lib.urwid/971
+db:
+ * db.Message.get_replies() needs fixing. see
+ http://notmuch.198994.n3.nabble.com/python-get-all-messages-of-a-thread-tt2996080.html
+
+
+
general
- * find nice 256colour defaults and start in that mode by defualt
* packaging? Last time i checked "PIPifying" a project wasn't hard, a bit of fumbling with a setup.py?
* gg, g5j.. combos like in vim
* pydoc/sphinx