]> git.notmuchmail.org Git - notmuch/blob - TODO
Add a simple manual page for notmuch.
[notmuch] / TODO
1 Compile and install a libnotmuch library.
2
3 Make "notmuch setup" not index all messages, but only what it can do
4 in a reasonable amount of time, (then add "notmuch index" so the user
5 can complete the job when convenient).
6
7 Fix to use the *last* Message-ID header if multiple such headers are
8 encountered, (I noticed this is one thing that kept me from seeing the
9 same message-ID values as sup).
10
11 Add support for the user to specify custom headers to be indexed.
12
13 Add support for automatic tagging of new messages based on particular
14 search criteria, (likely using an InMemory database for the new
15 messages).
16
17 Fix notmuch.c to call add_timestamp/get_timestampt with path names
18 relative to the database path. (Otherwise, moving the database to a
19 new directory will result in notmuch creating new timestamp documents
20 and leaving stale ones behind.)
21
22 Fix notmuch.c to use a DIR prefix for directory timestamps, (the idea
23 being that it can then add other non-directory timestamps such as for
24 noting how far back in the past mail has been indexed, and whether it
25 needs to re-tag messages based on a theoretical "auto-tags"
26 configuration file).
27
28 Audit everything for dealing with out-of-memory (and drop xutil.c).
29
30 Write a test suite.
31
32 Achieve 100% test coverage with the test suite.