X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=ea776860f8564e9f65aec72b7f7a9dc949fbec8f;hp=b65aa777bdf5362681d54e8e70d8e5c6b0199f42;hb=6b823b6fba4b2802f9d72f62ff4f6e44809d5449;hpb=533d0f5382797c702ac3976c1a7da27590ec1fb9 diff --git a/notmuch-client.h b/notmuch-client.h index b65aa777..ea776860 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -179,4 +179,7 @@ notmuch_config_set_user_other_email (notmuch_config_t *config, const char *other_email[], size_t length); +notmuch_bool_t +debugger_is_active (void); + #endif