]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
rename do_show_raw to do_show_single, and create params.raw for raw message output
[notmuch] / notmuch-client.h
index 8899ab26f904cfca1aa0d611e0ce696c19cba8f2..47a4e570abb312e164ada57499e9ccd2ae5a30dc 100644 (file)
@@ -66,9 +66,9 @@ typedef struct notmuch_show_format {
     const char *header_end;
     const char *body_start;
     void (*part) (GMimeObject *part,
-                 int *part_count,
-                 int first);
+                 int *part_count);
     void (*part_end) (GMimeObject *part);
+    const char *part_sep;
     const char *body_end;
     const char *message_end;
     const char *message_set_sep;
@@ -77,6 +77,7 @@ typedef struct notmuch_show_format {
 
 typedef struct notmuch_show_params {
     int entire_thread;
+    int raw;
 } notmuch_show_params_t;
 
 /* There's no point in continuing when we've detected that we've done