summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-12-08 22:12:43 -0800
committerCarl Worth <cworth@cworth.org>2009-12-08 22:12:43 -0800
commitcface5fda7c98b1a2272d2ecf41fe9c8b6edb816 (patch)
tree94267b6cd69e84d83ebbf9dad487b01b7ded2c5b /TODO
parented1005482916c73de23a958db00c71b6e21d2b8c (diff)
TODO: Note that we should report when two "copies" of a message differ.
Marten Veldthuis pointed out on the mailing list that intentional spoofing is something that the user should be told about.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index d6c303e..12d7c4f 100644
--- a/TODO
+++ b/TODO
@@ -130,6 +130,12 @@ 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.
+Indicate to the user if two files with the same message ID have
+content that is actually different in some interesting way. Perhaps
+notmuch initially sees all changes as interesting, and quickly learns
+from the user which changes are not interesting (such as the very
+common mailing-list footer).
+
General
-------
Audit everything for dealing with out-of-memory (and drop xutil.c).