mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
notmuch clon
c9fbe6b58b
This helps the user gauge the severity of the error. For example, when restoring my sup tags I see a bunch of tags missing for message IDs of the form "sup-faked-...". That's not surprising since I know that sup generates these with the md5sum of the message header while notmuch uses the sha-1 of the entire message. But how much will this hurt? Well, now that I can see that most of the missing tags are just "attachment", then I'm not concerned, (I'll be automatically creating that tag in the future based on the message contents). But if a missing tag is "inbox" then that's more concerning because that's data that I can't easily regenerate outside of sup. |
||
---|---|---|
.gitignore | ||
AUTHORS | ||
COPYING | ||
COPYING-GPL-3 | ||
database-private.h | ||
database.cc | ||
date.c | ||
libsha1.c | ||
libsha1.h | ||
Makefile | ||
message-file.c | ||
message.cc | ||
message.h | ||
notmuch-private.h | ||
notmuch.c | ||
notmuch.h | ||
query.cc | ||
sha1.c | ||
xutil.c | ||
xutil.h |