]> git.notmuchmail.org Git - notmuch/blob - TODO
notmuch.el: Hide email headers by default.
[notmuch] / TODO
1 Emacs interface (notmuch.el)
2 ----------------------------
3 Add support to compose a reply to the current messaage.
4
5 Selectively hide bodies in notmuch-show mode.  (for example, for read
6 messages).
7
8 Remove "unread" tag from messages as they are read.
9
10 notmuch command-line tool
11 -------------------------
12 Make "notmuch setup" not index all messages, but only what it can do
13 in a reasonable amount of time, (then add "notmuch index" so the user
14 can complete the job when convenient).
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 Fix notmuch.c to use a DIR prefix for directory timestamps, (the idea
22 being that it can then add other non-directory timestamps such as for
23 noting how far back in the past mail has been indexed, and whether it
24 needs to re-tag messages based on a theoretical "auto-tags"
25 configuration file).
26
27 Make "notmuch new" notice when a mail directory has gone more than a
28 month without receiving new mail and use that to trigger the printing
29 of the note that the user might want to mark the directory read-only.
30
31 Also make "notmuch new" optionally able to just mark those month-old
32 directories read-only on its own. (Could conflict with low-volume
33 lists such as announce lists if they are setup to deliver to their own
34 maildirs.)
35
36 notmuch library
37 ---------------
38 Actually compile and install a libnotmuch shared library.
39
40 Fix to use the *last* Message-ID header if multiple such headers are
41 encountered, (I noticed this is one thing that kept me from seeing the
42 same message-ID values as sup).
43
44 Add support for the user to specify custom headers to be indexed.
45
46 Add support for automatic tagging of new messages based on particular
47 search criteria, (likely using an InMemory database for the new
48 messages).
49
50 General
51 -------
52 Audit everything for dealing with out-of-memory (and drop xutil.c).
53
54 Write a test suite.
55
56 Achieve 100% test coverage with the test suite.
57
58 Investigate why the notmuch database is slightly larger than the sup
59 database for the same corpus of email.