]> git.notmuchmail.org Git - notmuch/commitdiff
lib/database: reduce try block scope to things that really need it
authorJani Nikula <jani@nikula.org>
Sat, 17 Dec 2016 16:26:54 +0000 (18:26 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 10 Mar 2017 13:21:05 +0000 (09:21 -0400)
No need to maintain the pure C stuff within a try block, it's arguably
confusing. This also reduces indent for a bunch of code. No functional
changes.


No differences found