X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=TODO;h=995ffd9a2dd8e6937ba39700510cb9c08e14a394;hb=6e3007bec0b453e40d577bb98350cdc122379385;hp=626ece43550c703eb18710812a4a2e83b4473c02;hpb=2f8bea876da8281b28bf991b6710920c1a555826;p=notmuch diff --git a/TODO b/TODO index 626ece43..995ffd9a 100644 --- a/TODO +++ b/TODO @@ -89,15 +89,6 @@ option (or similar) to "notmuch show".) For now, this is being worked around in the emacs interface by noticing that "notmuch show" returns nothing and re-rerunning the command without the extra arguments. -Teach "notmuch search" to return many different kinds of results. Some -ideas: - - notmuch search --output=threads # Default if no --output is given - notmuch search --output=messages - notmuch search --output=tags - notmuch search --output=addresses - notmuch search --output=terms - Add a "--format" option to "notmuch search", (something printf-like for selecting what gets printed). @@ -256,8 +247,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).