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