]> git.notmuchmail.org Git - notmuch/blob - TODO
Fix relative date formatting to not split one day into two formats.
[notmuch] / TODO
1 Rename notmuch_thread_results_t and notmuch_message_results_t to
2 notmuch_threads_t and notmuch_messages_t respectively.
3
4 Add a talloc context as the first argument to each command in
5 notmuch.c.
6
7 Write a "notmuch show" that displays a single thread.
8
9 Fix to use the *last* Message-ID header if multiple such headers are
10 encountered, (I noticed this is one thing that kept me from seeing the
11 same message-ID values as sup).
12
13 Audit everything for dealing with out-of-memory (and drop xutil.c).
14
15 Write a test suite.
16
17 Achieve 100% test coverage with the test suite.