X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=TODO;h=bdfe64c673448a7baadf494524fa6fe116eca4e7;hp=439566917f6f5811d1606f6582114ddc4328b31f;hb=7a9bacac6786729d7f28495b0ef30f9b6ded7696;hpb=4aff2ca55bfe285ced36e9fe02c907d8b4120672 diff --git a/TODO b/TODO index 43956691..bdfe64c6 100644 --- a/TODO +++ b/TODO @@ -74,6 +74,8 @@ for selecting what gets printed). Add a "--count-only" (or so?) option to "notmuch search" for returning the count of search results. +Add documented syntax for searching all threads/messages. + Give "notmuch restore" some progress indicator. Until we get the Xapian bugs fixed that are making this operation slow, we really need to let the user know that things are still moving. @@ -146,6 +148,10 @@ notmuch initially sees all changes as interesting, and quickly learns from the user which changes are not interesting (such as the very common mailing-list footer). +Fix notmuch_query_count_messages to share code with +notmuch_query_search_messages rather than duplicating code. (And +consider renaming it as well.) + General ------- Audit everything for dealing with out-of-memory (and drop xutil.c).