]> git.notmuchmail.org Git - notmuch/commit
lib: Audit all notmuch_database call for Xapian exception handling.
authorCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 14:22:34 +0000 (07:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 24 Apr 2010 14:27:50 +0000 (07:27 -0700)
commit9ef68f1444de981c47af06c948e3aa3ca5a377c8
tree6736b6a96e51378374997c7ae6d9a805eb39db24
parent3dbef312fbe9b8da247106a177ac58d73b9b9e92
lib: Audit all notmuch_database call for Xapian exception handling.

Our current approach is for top-level entry poitns in the library
to have try/catch blocks that catch any Xapian exception and print
a message. Add a few missing blocks and fix up the documentation.
lib/database.cc
lib/notmuch.h