diff options
| author | David Bremner <david@tethera.net> | 2021-10-30 15:49:20 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-03 20:06:06 -0400 |
| commit | b264a49be3dccb7d110eae6420019a052f1f665b (patch) | |
| tree | d3b5569ffcd46e8a77ebaa183bde1dfd1c31aed7 /notmuch-config.c | |
| parent | fc3c79dd37d4bae938a5d0a1d7773bea48dd09b4 (diff) | |
rename built_with.sexpr_query to built_with.sexp_queries
It is confusing to use two different names (sexp vs sexpr) when
compared with the command line option --query=sexp and (furthermore)
singular vs plural when compared with the man page title.
Diffstat (limited to 'notmuch-config.c')
| -rw-r--r-- | notmuch-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-config.c b/notmuch-config.c index db00a26c..11d8d68b 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -680,9 +680,9 @@ _notmuch_config_list_built_with () printf ("%sretry_lock=%s\n", BUILT_WITH_PREFIX, notmuch_built_with ("retry_lock") ? "true" : "false"); - printf ("%ssexpr_query=%s\n", + printf ("%ssexp_queries=%s\n", BUILT_WITH_PREFIX, - notmuch_built_with ("sexpr_query") ? "true" : "false"); + notmuch_built_with ("sexp_queries") ? "true" : "false"); } static int |
