]> git.notmuchmail.org Git - notmuch/commit
lib: note remaining uses of deprecated message search API
authorDavid Bremner <david@tethera.net>
Sun, 7 Jun 2015 15:01:58 +0000 (17:01 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 4 Sep 2015 11:08:18 +0000 (08:08 -0300)
commit110694b00b79793b3c09a0349c0ff7608df551d6
tree6f36079973a1c84e3a8b8f1d547e7415ad6f17f6
parentf16944c3b40be414aac85762e2f075a9d1239736
lib: note remaining uses of deprecated message search API

The two remaining cases in the lib seem to require more than a simple
replacement of the old call, with the new call plus a check of the
return value.
lib/database.cc
lib/thread.cc