X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=0bfa4da9606a4b62b052aec3a42e04148bceaccf;hb=66612063813c8c6179eb06dd83a75be6c427b215;hp=da332f36a6a86e67e971c168ba21624a34f94cd4;hpb=9439a1ec0cbb60e75925a5a17e8284fcaccf51df;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index da332f36..0bfa4da9 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -89,6 +89,7 @@ typedef struct notmuch_show_params { notmuch_bool_t raw; int part; notmuch_crypto_t crypto; + notmuch_bool_t include_html; } notmuch_show_params_t; /* There's no point in continuing when we've detected that we've done @@ -203,6 +204,9 @@ notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[]); int notmuch_config_command (notmuch_config_t *config, int argc, char *argv[]); +int +notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[]); + const char * notmuch_time_relative_date (const void *ctx, time_t then); @@ -220,7 +224,8 @@ 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 first, notmuch_bool_t output_body, + notmuch_bool_t include_html); void format_headers_sprinter (struct sprinter *sp, GMimeMessage *message,