]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found