From d8a6b983f7a3c11cfde0d6dcec22b0fdb6010285 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 15 Sep 2012 21:10:55 +0300 Subject: [PATCH] * update TODO --- TODO | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 1aa169a6..cc44ff2c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -#+STARTUP: showall +f#+STARTUP: showall * TODO (fixes, ideas, etc.) @@ -6,13 +6,9 @@ *** mu - - handling of 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 - - handling of command line options / help - - improved checked for gmime-2.6 crypto funcs - handle attached messages with attachments - add 'contact:' as alias for to: or cc: or bcc: or from: @@ -24,6 +20,7 @@ *** mu4e - identities (see Jacek's 'mu4e: From field in replies' mail) + [ workaround available, using mu4e-pre-compose-hook ] - mu4e~view-wrap-lines (use visual-line-mode? see Jacek's mu4e~view-wrap-lines mail) - actions for /all/ headers, actions for /all/ attachment @@ -32,6 +29,7 @@ - guile integration - statistics - new-mail warning + [ workaround available, using mu4e-index-updated-hook ] - 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 @@ -100,6 +98,11 @@ - don't user `error' for user-errors - better echo-area reporting - improve help feedback for user (command line) + - handling of encrypted messages + - improved checked for gmime-2.6 crypto funcs + - handling of command line options / help + - fix / add support for :size + * Done