aboutsummaryrefslogtreecommitdiff
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-11-17 10:08:58 -0400
committerDavid Bremner <david@tethera.net>2019-05-25 06:56:16 -0300
commit7981bd050e79b07d583de3b310b503eb8439219b (patch)
treea402b8c46e48daa513ad91a3b82157dcd1ee957e /notmuch-config.c
parentc1889aa331c4581094facffa0d826db62947eda4 (diff)
cli/config: support user header index config
We don't do anything with this configuration information information yet, but nonetheless add a couple of regression tests to make sure we don't break standard functionality when we do use the configuration information.
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-config.c b/notmuch-config.c
index 9531d254..d26277f6 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -802,6 +802,7 @@ typedef struct config_key {
static struct config_key
config_key_table[] = {
{"index.decrypt", true, false, NULL},
+ {"index.header.", true, true, NULL},
{"query.", true, true, NULL},
};