]> git.notmuchmail.org Git - notmuch/commit
add_message: Fix to not add multiple documents with the same message ID
authorCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:00:10 +0000 (06:00 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Oct 2009 13:00:10 +0000 (06:00 -0700)
commit6ccdffcd87b8af0c1c683588612169f5dc776644
treecbd9ec67b2e21dce5757f3c1b91af67318d00ee9
parent1b5d8984c678add2ab5d1353b94a8229421269df
add_message: Fix to not add multiple documents with the same message ID

Here's the second big fix to message-ID handling, (the first was to
generate message IDs when an email contained none). Now, with no
document missing a message ID, and no two documents having the same
message ID, we have a nice consistent database where the message ID
can be used as a unique key.
database.cc
message.cc
notmuch-private.h