test/duplicate-mid: check for subject with notmuch-show
authorDavid Bremner <david@tethera.net>
Sun, 27 Aug 2017 23:58:23 +0000 (20:58 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 6 Sep 2017 00:53:06 +0000 (21:53 -0300)
commit64e30aeb245631e3e30091e426fd45bfc2dcb448
treef6e381077038374cdb1094086382e17b327fb6b0
parentdebfae20db9a45ce7e12ac51db2b0104cd3b0be2
test/duplicate-mid: check for subject with notmuch-show

In [1] Mark showed that the the current code (d7a49e81) is not
consistent in it's handling of subjects of messages with duplicate
message-ids (or in notmuch-speak, of messages with multiple files).
notmuch-search uses indexing order and explicitedly preserves the
first. notmuch-show (apparently) uses alphabetical (or at least xapian
term order) of filenames. In a perfect world we would probably report
all subjects in the json output; at the very least we should be
consistent.

[1]: id:87378dny3d.fsf@qmul.ac.uk
test/T670-duplicate-mid.sh