]> git.notmuchmail.org Git - notmuch/commit - lib/message.cc
lib: use LOG_XAPIAN_EXCEPTION in n_m_get_date
authorDavid Bremner <david@tethera.net>
Sun, 5 Jul 2020 13:00:17 +0000 (10:00 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 14 Jul 2020 10:12:52 +0000 (07:12 -0300)
commite404d8a51d81a7dff85e28aeb64acdca5483652f
tree1b51b699716896750cd32e9bbc52b31e77755602
parent6eaadb43adae2cca2f8023830d498ef3164f7fe9
lib: use LOG_XAPIAN_EXCEPTION in n_m_get_date

This should not change functionality, but does slightly reduce code
duplication. Perhaps more importantly it allows consistent changes to
all of the similar exception handling in message.cc.
lib/message.cc