]> git.notmuchmail.org Git - notmuch/blob - TODO
Typsos
[notmuch] / TODO
1 Emacs interface (notmuch.el)
2 ----------------------------
3
4 notmuch command-line tool
5 -------------------------
6 Give "notmuch restore" some progress indicator. Until we get the
7 Xapian bugs fixed that are making this operation slow, we really need
8 to let the user know that things are still moving.
9
10 Fix notmuch.c to call add_timestamp/get_timestamp with path names
11 relative to the database path. (Otherwise, moving the database to a
12 new directory will result in notmuch creating new timestamp documents
13 and leaving stale ones behind.)
14
15 Ensure that "notmuch new" is sane if its first, giant indexing session
16 gets interrupted, (that is, ensure that any results indexed so far are
17 flushed).
18
19 Fix notmuch.c to use a DIR prefix for directory timestamps, (the idea
20 being that it can then add other non-directory timestamps such as for
21 noting how far back in the past mail has been indexed, and whether it
22 needs to re-tag messages based on a theoretical "auto-tags"
23 configuration file).
24
25 Make "notmuch new" notice when a mail directory has gone more than a
26 month without receiving new mail and use that to trigger the printing
27 of the note that the user might want to mark the directory read-only.
28
29 Also make "notmuch new" optionally able to just mark those month-old
30 directories read-only on its own. (Could conflict with low-volume
31 lists such as announce lists if they are setup to deliver to their own
32 maildirs.)
33
34 notmuch library
35 ---------------
36 Actually compile and install a libnotmuch shared library.
37
38 Fix to use the *last* Message-ID header if multiple such headers are
39 encountered, (I noticed this is one thing that kept me from seeing the
40 same message-ID values as sup).
41
42 Add support for the user to specify custom headers to be indexed.
43
44 Add support for automatic tagging of new messages based on particular
45 search criteria, (likely using an InMemory database for the new
46 messages).
47
48 General
49 -------
50 Audit everything for dealing with out-of-memory (and drop xutil.c).
51
52 Write a test suite.
53
54 Achieve 100% test coverage with the test suite.
55
56 Investigate why the notmuch database is slightly larger than the sup
57 database for the same corpus of email.