]> git.notmuchmail.org Git - notmuch/blobdiff - TODO
notmuch.el: quote args in notmuch-show to facilitate remote use
[notmuch] / TODO
diff --git a/TODO b/TODO
index f2b068cf6b360141dd39d2278da20c8b90291d4d..f352faf2b19375d6ff2c94c7df5bb82add858146 100644 (file)
--- a/TODO
+++ b/TODO
@@ -128,6 +128,16 @@ provide more MIME-structure information in its output first).
 Replace the "notmuch search-tags" command with "notmuch search
 --output=tags".
 
+Fix to avoid this ugly message:
+
+       (process:17197): gmime-CRITICAL **: g_mime_message_get_mime_part: assertion `GMIME_IS_MESSAGE (message)' failed
+       Warning: Not indexing empty mime part.
+
+  This probably means adding a test case to generate that message,
+  filing an upstream bug against GMime, and then silencing the
+  notmuch-generated portion of the warning (so that once GMime is
+  fixed, this is all silent).
+
 notmuch library
 ---------------
 Add an interface to accept a "key" and a byte stream, rather than a
@@ -204,6 +214,8 @@ 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).