summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjcb <djcb@djcbsoftware.nl>2012-06-12 20:59:13 +0300
committerdjcb <djcb@djcbsoftware.nl>2012-06-12 20:59:13 +0300
commit9620682c44a2a2718eb0ce96ad840a69865829f8 (patch)
tree5bb4550a94711f1b58dd9a166f943ee9ccb2a8ac
parent9b579e026570aeb7b97592118107bf0f3c2c8e70 (diff)
* update TODO
-rw-r--r--TODO22
1 files changed, 14 insertions, 8 deletions
diff --git a/TODO b/TODO
index dc9932c..ac4be8b 100644
--- a/TODO
+++ b/TODO
@@ -4,8 +4,13 @@
** Future stuff
*** mu
-
- - handling of signed / encrypted messages
+
+ - handling of signed / encrypted messages
+ - maybe use gstringchunk in mu-msg-cache
+ - put threading information in the database, and enable getting the complete
+ threads when searching
+ - refactor fill_database function in test cases
+ - make guile/gtk/webkit dependency optional
*** mu4e
@@ -19,14 +24,11 @@
- check if we can speed up mu4e-proc parsing by using search rather than
regexp search
- show maildirs as a tree, not a list in speed bar
- - put threading information in the database, and enable getting the complete
- threads when searching
- mark message, decide what to do with them later
- - refactor fill_database function in test cases
- - make sure marks correspond to *current* message in message view
- make killing all windows (i.e.. 'fullscreen mode' optional)
- - *BUG* fix for strings where len (g_utf8_strdown (str)) > len (str)
- - *BUG* don't remove unknown message flags when moving
+ - *BUG* don't remove unknown message flags when moving (see
+ https://github.com/djcb/mu/issues/20)
+ - improve fringe marks (see https://github.com/djcb/mu/issues/21)
** Done
@@ -47,6 +49,10 @@
- *FIX* no error note if target message already exists (when moving)
- sorting + show / hide threads
- *FIX* having multiple header views visible
+ - *FIX* fix for strings where len (g_utf8_strdown (str)) > len (str)
+ - make sure marks correspond to the *current* message in message view (see
+ https://github.com/djcb/mu/issues/26)
+
# Local Variables: