X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=c68538fcc0a27d633336c37157ad6c5d7081a869;hb=25960b5ecdc6374fc87a3cb12c1c393497b262da;hp=ae37360b83600bf6a2bac76d47caf397cc53901c;hpb=edb933b25d386856a3a322b78c4af44e4db39c7a;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index ae37360b..c68538fc 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -200,6 +200,9 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]); int notmuch_insert_command (notmuch_config_t *config, int argc, char *argv[]); +int +notmuch_reindex_command (notmuch_config_t *config, int argc, char *argv[]); + int notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]); @@ -244,7 +247,7 @@ show_one_part (const char *filename, int part); void format_part_sprinter (const void *ctx, struct sprinter *sp, mime_node_t *node, - notmuch_bool_t first, notmuch_bool_t output_body, + notmuch_bool_t output_body, notmuch_bool_t include_html); void @@ -505,7 +508,7 @@ status_to_exit (notmuch_status_t status); #include "command-line-arguments.h" -extern char *notmuch_requested_db_uuid; +extern const char *notmuch_requested_db_uuid; extern const notmuch_opt_desc_t notmuch_shared_options []; void notmuch_exit_if_unmatched_db_uuid (notmuch_database_t *notmuch);