mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
TODO: Add a couple of ideas that came up during recent coding.
The notmuch_query_count_messages functions duplicates a lot of code undesirably.
This commit is contained in:
parent
807aef93d3
commit
cb8e4bc9c0
1 changed files with 6 additions and 0 deletions
6
TODO
6
TODO
|
@ -74,6 +74,8 @@ for selecting what gets printed).
|
||||||
Add a "--count-only" (or so?) option to "notmuch search" for returning
|
Add a "--count-only" (or so?) option to "notmuch search" for returning
|
||||||
the count of search results.
|
the count of search results.
|
||||||
|
|
||||||
|
Add documented syntax for searching all threads/messages.
|
||||||
|
|
||||||
Give "notmuch restore" some progress indicator. Until we get the
|
Give "notmuch restore" some progress indicator. Until we get the
|
||||||
Xapian bugs fixed that are making this operation slow, we really need
|
Xapian bugs fixed that are making this operation slow, we really need
|
||||||
to let the user know that things are still moving.
|
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
|
from the user which changes are not interesting (such as the very
|
||||||
common mailing-list footer).
|
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
|
General
|
||||||
-------
|
-------
|
||||||
Audit everything for dealing with out-of-memory (and drop xutil.c).
|
Audit everything for dealing with out-of-memory (and drop xutil.c).
|
||||||
|
|
Loading…
Reference in a new issue