]> git.notmuchmail.org Git - notmuch/commit
lib: fix exception messages for n_m_message_*
authorDavid Bremner <david@tethera.net>
Wed, 22 Jul 2020 11:19:28 +0000 (08:19 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 22 Jul 2020 22:52:55 +0000 (19:52 -0300)
commite9867b818b75216427c7190f67354959dfb914db
treeedcb2c85a6ca77663debd5933ebe5eb4c6c18f30
parent1a8060b81f2fbba324d4156f4733a7f1deb14d60
lib: fix exception messages for n_m_message_*

The original generic handler had an extra '%s' in the format
string. Update tests that failed to catch this because the template to
print status strings checked 'stat', which was not set.
lib/message.cc
test/T560-lib-error.sh