X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=TODO;h=9834d73a7476e9d5ddab1e4de189a4d6ff37ccc0;hp=08f0882bcc1a8e9e0bd6015ada0a91c4156056d1;hb=5873fd2c4777c613f01dd0b5c41b83bb8f3203ac;hpb=6dcb7592e32ed5140ea0c0357ce78d6a37af6066 diff --git a/TODO b/TODO index 08f0882b..9834d73a 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,9 @@ Fix the things that are causing the most pain to new users Emacs interface (notmuch.el) ---------------------------- +Add notmuch-bcc and notmuch-cc for setting default Bcc and Cc values, +(should affect the message-setup-hook). + Switch the notmuch-search view to use "notmuch search --format=json" to fix large classes of bugs regarding poorly-escaped output and lame regular expressions. (The most recently found, unfixed example is the @@ -57,10 +60,6 @@ Add a binding to open all closed messages. Change the 'a'rchive command in the thread view to only archive open messages. -Portability ------------ -Fix configure script to test each compiler warning we want to use. - Completion ---------- Fix bash completion to complete multiple search options (both --first @@ -247,8 +246,3 @@ database for the same corpus of email. Makefile should print message teaching user about LD_LIBRARY_PATH (or similar) if libdir is not set to a directory examined by ldconfig. - -Fix notmuch build system to work with gold, (apt-get -binutils-gold). Need the notmuch binary to explicitly link againsts -libraries it depends on, (rather than just getting them via -libnotmuch).