From: Carl Worth Date: Wed, 9 Dec 2009 06:12:43 +0000 (-0800) Subject: TODO: Note that we should report when two "copies" of a message differ. X-Git-Tag: 0.1~217 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=cface5fda7c98b1a2272d2ecf41fe9c8b6edb816 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. --- diff --git a/TODO b/TODO index d6c303ee..12d7c4ff 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).