aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2011-04-25 15:27:02 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-04-25 15:27:02 -0700
commit5e4ed5bcd79228c34a7ac1daf1f5b21fb0863010 (patch)
tree0c5dd52f8bdcd33927c8160c5a6b67f584e36959
parentd313bfb59be343692642fc7c8f81224f8cb00591 (diff)
TODO: Add item for remembing files detected as not email.
As recently discussed on the mailing list. See, for example: id:"874o5m802d.fsf@servo.factory.finestructure.net"
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index f8147b19..83d60d45 100644
--- a/TODO
+++ b/TODO
@@ -255,6 +255,13 @@ 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).
+Save filenames for files detected as "not an email file" in the
+database. This would allow for two things: 1. Optimizing "notmuch new"
+to not have to look at these files again (since they are potentially
+large so the detection could be potentially slow). 2. A "notmuch
+search" syntax could be added to allow the user to find these files,
+(and perhaps delete them or move them away as appropriate).
+
Test suite
----------
Achieve 100% test coverage with the test suite.