X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;fp=notmuch-config.c;h=e5d42a0cbfd505ed9f1ba5b6984251a7324a3061;hp=de9a8a41bc3a625e32d14ade4b02418055086db3;hb=3a45d29ed4d753bcf72f2fa0bb37fefd4d18f96a;hpb=6450813e8f211c87e9a2b48c76fb0c99c57410d2 diff --git a/notmuch-config.c b/notmuch-config.c index de9a8a41..e5d42a0c 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -911,6 +911,9 @@ _notmuch_config_list_built_with () printf("%sfield_processor=%s\n", BUILT_WITH_PREFIX, notmuch_built_with ("field_processor") ? "true" : "false"); + printf("%sretry_lock=%s\n", + BUILT_WITH_PREFIX, + notmuch_built_with ("retry_lock") ? "true" : "false"); } static int