]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: Note that we should report when two "copies" of a message differ.
authorCarl Worth <cworth@cworth.org>
Wed, 9 Dec 2009 06:12:43 +0000 (22:12 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 9 Dec 2009 06:12:43 +0000 (22:12 -0800)
Marten Veldthuis pointed out on the mailing list that intentional
spoofing is something that the user should be told about.

TODO

diff --git a/TODO b/TODO
index d6c303ee16f07831f84fadaba1268d724e734274..12d7c4fffb10708d701bfb1b12ae1c803dd22b63 100644 (file)
--- 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).