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