]> git.notmuchmail.org Git - notmuch/commit
notmuch restore: Print names of tags that cannot be applied
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:08:22 +0000 (06:08 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:08:22 +0000 (06:08 -0700)
commitc9fbe6b58b8bff56b4c6774625b8c21846fe027d
tree92bf8640c5b2f6dd5fdf64fce2929664844a9900
parentdb93109cfef2de359a1cbfd3dc2ec08be480745e
notmuch restore: Print names of tags that cannot be applied

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.
notmuch.c