]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-config.c
cli/config: support user header index config
[notmuch] / notmuch-config.c
index 9531d254c47b4c08df23ff11fa8f4b605d6dc346..d26277f69dc7eda98ff57e9b2d73200d8147c7c7 100644 (file)
@@ -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},
 };