summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-01-06 22:14:43 +0200
committerDavid Bremner <david@tethera.net>2017-03-10 07:47:48 -0400
commit33944a559a4ae7589347b7e7a3da5dd810a4c136 (patch)
tree83ce3f3e1ec4373a3c5f022e3430bb347aa7ba8c /notmuch-client.h
parentb2488a925a61c929db6ff831a288db87b70c4d92 (diff)
cli/show: remove unused raw member from show parameters struct
The raw member has been unused since b1130bc71c02 ("show: Convert raw format to the new self-recursive style, properly support interior parts"). Good riddance. No functional changes.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 10991224..7a674873 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -83,7 +83,6 @@ typedef struct notmuch_show_params {
notmuch_bool_t entire_thread;
notmuch_bool_t omit_excluded;
notmuch_bool_t output_body;
- notmuch_bool_t raw;
int part;
notmuch_crypto_t crypto;
notmuch_bool_t include_html;