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