X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=8899ab26f904cfca1aa0d611e0ce696c19cba8f2;hp=57daa9a25ed0eacce4a188510c9172e9d239e2fc;hb=d2177d0b22a95989dee4f46a1b2cca68484a2ce3;hpb=04927208fa10cfa33d2ca93dfcb5ac95f25f55a1;ds=sidebyside diff --git a/notmuch-client.h b/notmuch-client.h index 57daa9a2..8899ab26 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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).