]> git.notmuchmail.org Git - notmuch/blob - TODO
notmuch setup: Break the implementation up into manageable functions.
[notmuch] / TODO
1 Emacs interface (notmuch.el)
2 ----------------------------
3 Make hidden components self documenting, such as:
4
5         [24-line citation, press 'c' to display.]
6
7 Add support to compose a reply to the current messaage.
8
9 notmuch command-line tool
10 -------------------------
11 Give "notmuch restore" some progress indicator. Until we get the
12 Xapian bugs fixed that are making this operation slow, we really need
13 to let the user know that things are still moving.
14
15 Make "notmuch setup" not index all messages, but only what it can do
16 in a reasonable amount of time, (then add "notmuch index" so the user
17 can complete the job when convenient).
18
19 Fix notmuch.c to call add_timestamp/get_timestamp 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 Make "notmuch new" notice when a mail directory has gone more than a
31 month without receiving new mail and use that to trigger the printing
32 of the note that the user might want to mark the directory read-only.
33
34 Also make "notmuch new" optionally able to just mark those month-old
35 directories read-only on its own. (Could conflict with low-volume
36 lists such as announce lists if they are setup to deliver to their own
37 maildirs.)
38
39 notmuch library
40 ---------------
41 Actually compile and install a libnotmuch shared library.
42
43 Fix to use the *last* Message-ID header if multiple such headers are
44 encountered, (I noticed this is one thing that kept me from seeing the
45 same message-ID values as sup).
46
47 Add support for the user to specify custom headers to be indexed.
48
49 Add support for automatic tagging of new messages based on particular
50 search criteria, (likely using an InMemory database for the new
51 messages).
52
53 General
54 -------
55 Audit everything for dealing with out-of-memory (and drop xutil.c).
56
57 Write a test suite.
58
59 Achieve 100% test coverage with the test suite.
60
61 Investigate why the notmuch database is slightly larger than the sup
62 database for the same corpus of email.