X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=e5d42a0cbfd505ed9f1ba5b6984251a7324a3061;hp=de9a8a41bc3a625e32d14ade4b02418055086db3;hb=d93e9cee13ef22c5dbba44f33357fd969b8ef88f;hpb=6a833a6e83865f6999707cc30768d07e1351c2cb 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