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.
This commit is contained in:
Carl Worth 2009-12-08 22:12:43 -08:00
parent ed10054829
commit cface5fda7

6
TODO
View file

@ -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).