]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
create notmuch_show_params_t structure for holding parameters passed to show functions.
[notmuch] / notmuch-client.h
index 57daa9a25ed0eacce4a188510c9172e9d239e2fc..8899ab26f904cfca1aa0d611e0ce696c19cba8f2 100644 (file)
@@ -75,6 +75,10 @@ typedef struct notmuch_show_format {
     const char *message_set_end;
 } notmuch_show_format_t;
 
+typedef struct notmuch_show_params {
+    int entire_thread;
+} notmuch_show_params_t;
+
 /* There's no point in continuing when we've detected that we've done
  * something wrong internally (as opposed to the user passing in a
  * bogus value).