]> git.notmuchmail.org Git - notmuch/blobdiff - TODO
test: Add new tests for out-of-order messages.
[notmuch] / TODO
diff --git a/TODO b/TODO
index 3fc06e6f06a70cbfe1f4c21b379a0a109fb8d148..1045e653a7c007594ba5327e20e6086002dce022 100644 (file)
--- a/TODO
+++ b/TODO
@@ -121,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
@@ -192,6 +199,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).