]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
Remove show-message.c
[notmuch] / notmuch-client.h
index 203ac496731f238837020603b50a8a2ca35d3f42..f9fc0a673668f94866ade22b3ab2ccf7648a1a50 100644 (file)
@@ -99,6 +99,7 @@ typedef struct notmuch_show_format {
 
 typedef struct notmuch_show_params {
     notmuch_bool_t entire_thread;
+    notmuch_bool_t omit_excluded;
     notmuch_bool_t raw;
     int part;
 #ifdef GMIME_ATLEAST_26
@@ -183,11 +184,6 @@ notmuch_time_elapsed (struct timeval start, struct timeval end);
 char *
 query_string_from_args (void *ctx, int argc, char *argv[]);
 
-notmuch_status_t
-show_message_body (notmuch_message_t *message,
-                  const notmuch_show_format_t *format,
-                  notmuch_show_params_t *params);
-
 notmuch_status_t
 show_one_part (const char *filename, int part);