X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=TODO;h=f2b068cf6b360141dd39d2278da20c8b90291d4d;hb=4a442846926f7e3d1b30b7afac59dd1def0e5a41;hp=2778604cb361ed4fe6489da72951414704093da3;hpb=4ec5e2a612cfe8c015a48855790f8d76c18127fe;p=notmuch diff --git a/TODO b/TODO index 2778604c..f2b068cf 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,9 @@ has the "muted" tag). Fix i-search to open up invisible citations as necessary. +Make '=' count from the end rather than from the beginning if more +than half-way through the buffer. + Emacs saved-search interface ---------------------------- Here's a proposal Carl wrote (id:87einafy4u.fsf@yoom.home.cworth.org): @@ -118,6 +121,13 @@ file. Allow configuration for filename patterns that should be ignored when indexing. +Replace the "notmuch part --part=id" command with "notmuch show +--part=id", (David Edmonson wants to rewrite some of "notmuch show" to +provide more MIME-structure information in its output first). + +Replace the "notmuch search-tags" command with "notmuch search +--output=tags". + notmuch library --------------- Add an interface to accept a "key" and a byte stream, rather than a @@ -142,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. @@ -177,6 +185,23 @@ 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 ---------- Achieve 100% test coverage with the test suite. @@ -189,6 +214,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).