]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
cli: move show to the new --exclude= option naming scheme.
[notmuch] / notmuch-client.h
index 203ac496731f238837020603b50a8a2ca35d3f42..880b153e70875a7cd0165fae989a5203f86015c8 100644 (file)
@@ -99,6 +99,7 @@ typedef struct notmuch_show_format {
 
 typedef struct notmuch_show_params {
     notmuch_bool_t entire_thread;
 
 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
     notmuch_bool_t raw;
     int part;
 #ifdef GMIME_ATLEAST_26