]> git.notmuchmail.org Git - notmuch/blobdiff - TODO
Fix typo in notmuch.h documentation regarding database open modes
[notmuch] / TODO
diff --git a/TODO b/TODO
index 572dac8ee3e3709d5a78fb7ddb496a04950bc6bc..8dd0878034734aa1765ae0d2163114d412b24d54 100644 (file)
--- a/TODO
+++ b/TODO
@@ -152,8 +152,6 @@ Fix to use the *last* Message-ID header if multiple such headers are
 encountered, (I noticed this is one thing that kept me from seeing the
 same message-ID values as sup).
 
-Add support for the user to specify custom headers to be indexed.
-
 Add support for configuring "virtual tags" which are a tuple of
 (tag-name, search-specification). The database is responsible for
 ensuring that the virtual tag is always consistent.
@@ -187,8 +185,27 @@ notmuch searches. Here was one proposal made in IRC:
 Provide a ~me Xapian synonym for all of the user's configured email
 addresses.
 
+Database changes
+----------------
+Store a reference term for every message-id that appears in
+References. We just started doing this for newly-added documents, but
+at the next convenient database-schema upgrade, we should go back and
+fix old messages to be consistent.
+
+Start indexing the List-Id header, (and re-index this header for
+existing messages at the next database upgrade).
+
+Start indexing the message file's directory ana make it available for
+search as "folder:" (and re-index this value for existing messages at
+the next database upgrade).
+
+Add support for the user to specify custom headers to be indexed (and
+re-index these for existing messages at the next database upgrade).
+
 Test suite
 ----------
+Start testing --format=json.
+
 Achieve 100% test coverage with the test suite.
 
 Modularize test suite (to be able to run individual tests).
@@ -199,6 +216,9 @@ Fix the insane quoting nightmare of the test suite, (and once we do
 that we can actually test the implicit-phrase search feature such as
 "notmuch search 'body search (phrase)'"
 
+Test "notmuch reply" choosing the correct email address from the
+Received header when no configured email address appears in To or Cc.
+
 General
 -------
 Audit everything for dealing with out-of-memory (and drop xutil.c).