]> git.notmuchmail.org Git - notmuch/commitdiff
lib: index message files with duplicate message-ids
authorDavid Bremner <david@tethera.net>
Sun, 4 Jun 2017 12:32:29 +0000 (09:32 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 2 Aug 2017 01:17:47 +0000 (21:17 -0400)
The corresponding xapian document just gets more terms added to it,
but this doesn't seem to break anything. Values on the other hand get
overwritten, which is a bit annoying, but arguably it is not worse to
take the values (from, subject, date) from the last file indexed
rather than the first.


No differences found