]> git.notmuchmail.org Git - notmuch/blob - TODO
notmuch setup/new: Print progress once per second instead of after 1000 files.
[notmuch] / TODO
1 Add back full-text indexing, (see last version of
2 notmuch-index-message.c in the archives).
3
4 Investigate using just a simple hash while constructing threads during
5 "notmuch setup", then just writing out to Xapian in one shot at the
6 end without haivng to rewrite documents nor look anything up.
7
8 Rename notmuch_thread_results_t and notmuch_message_results_t to
9 notmuch_threads_t and notmuch_messages_t respectively.
10
11 Add a talloc context as the first argument to each command in
12 notmuch.c.
13
14 Write a "notmuch show" that displays a single thread.
15
16 Fix to use the *last* Message-ID header if multiple such headers are
17 encountered, (I noticed this is one thing that kept me from seeing the
18 same message-ID values as sup).
19
20 Audit everything for dealing with out-of-memory (and drop xutil.c).
21
22 Write a test suite.
23
24 Achieve 100% test coverage with the test suite.