diff options
| author | David Bremner <david@tethera.net> | 2021-08-24 08:17:38 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-09-04 17:07:19 -0700 |
| commit | 81b9dbd110593d6b1a370efb3576bf39585af2ea (patch) | |
| tree | 0e151cf4e90d75f48bed905ff097a331569efee4 /notmuch-config.c | |
| parent | 6ab2d9b1a2e62b76960df8e80ff2a45d9c6a8551 (diff) | |
CLI/config support saving s-expression queries
This commit does not enable using saved s-expression queries, only
saving and retrieving them from the config file or the database. Use
in queries will be enabled in a following commit.
Diffstat (limited to 'notmuch-config.c')
| -rw-r--r-- | notmuch-config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-config.c b/notmuch-config.c index c0c91cc8..db00a26c 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -517,6 +517,7 @@ static const struct config_key { "index.decrypt", false, NULL }, { "index.header.", true, validate_field_name }, { "query.", true, NULL }, + { "squery.", true, validate_field_name }, }; static const config_key_info_t * |
