X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;fp=notmuch-config.c;h=d26277f69dc7eda98ff57e9b2d73200d8147c7c7;hp=9531d254c47b4c08df23ff11fa8f4b605d6dc346;hb=7981bd050e79b07d583de3b310b503eb8439219b;hpb=c1889aa331c4581094facffa0d826db62947eda4 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}, };