X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=c521efa0a63559cc06422d36fc771dbf22d2dcae;hp=703f85618a56b362b682984ae130f4f0e48d7915;hb=36f7fe5a1c83f3f0dd8fc883db558ab058b974f3;hpb=2cf7b27a0c4b4e746e2e40752c55ddb4d54798b2 diff --git a/notmuch-client.h b/notmuch-client.h index 703f8561..c521efa0 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -162,7 +162,7 @@ char * query_string_from_args (void *ctx, int argc, char *argv[]); notmuch_status_t -show_message_body (const char *filename, +show_message_body (notmuch_message_t *message, const notmuch_show_format_t *format, notmuch_show_params_t *params); @@ -235,6 +235,9 @@ void notmuch_config_set_maildir_synchronize_flags (notmuch_config_t *config, notmuch_bool_t synchronize_flags); +int +notmuch_run_hook (const char *db_path, const char *hook); + notmuch_bool_t debugger_is_active (void);