]> git.notmuchmail.org Git - notmuch/blobdiff - lib/built-with.c
lib: replace deprecated n_q_search_messages with status returning version
[notmuch] / lib / built-with.c
index 7ea1d7fdc788968f6e509e11f7a51a6fa5d14541..2f1f0b5c1bf33237ec6aca7a44d83f84f515e223 100644 (file)
@@ -13,7 +13,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see http://www.gnu.org/licenses/ .
+ * along with this program.  If not, see https://www.gnu.org/licenses/ .
  *
  * Author: David Bremner <david@tethera.net>
  */
@@ -28,6 +28,8 @@ notmuch_built_with (const char *name)
        return HAVE_XAPIAN_COMPACT;
     } else if (STRNCMP_LITERAL (name, "field_processor") == 0) {
        return HAVE_XAPIAN_FIELD_PROCESSOR;
+    } else if (STRNCMP_LITERAL (name, "retry_lock") == 0) {
+       return HAVE_XAPIAN_DB_RETRY_LOCK;
     } else {
        return FALSE;
     }