]> 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 5e8e3e53ae75ab049941ececa74ff2b7a387ef52..47a4e570abb312e164ada57499e9ccd2ae5a30dc 100644 (file)
@@ -77,6 +77,7 @@ typedef struct notmuch_show_format {
 
 typedef struct notmuch_show_params {
     int entire_thread;
 
 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
 } notmuch_show_params_t;
 
 /* There's no point in continuing when we've detected that we've done