summaryrefslogtreecommitdiffstats
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-01-01 08:01:35 -0400
committerDavid Bremner <david@tethera.net>2022-01-18 08:09:14 -0400
commit79936ac93e486d8ff82729840154bf8c2212ebb6 (patch)
tree964ddf5be999615d66bd96bf1efce829be6ecc65 /lib/notmuch.h
parent417d202e642e0af0ef692e3ce250a6af985c7442 (diff)
lib/config: add known config key "show.extra_headers"
Used in a following commit to enable including extra headers beyond the default in structured output.
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index fef98b4b..cd5c1246 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -2550,6 +2550,7 @@ typedef enum {
NOTMUCH_CONFIG_OTHER_EMAIL,
NOTMUCH_CONFIG_USER_NAME,
NOTMUCH_CONFIG_AUTOCOMMIT,
+ NOTMUCH_CONFIG_EXTRA_HEADERS,
NOTMUCH_CONFIG_LAST
} notmuch_config_key_t;