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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/built-with.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/built-with.c b/lib/built-with.c index 89958e12..275e72b8 100644 --- a/lib/built-with.c +++ b/lib/built-with.c @@ -32,7 +32,7 @@ notmuch_built_with (const char *name) return HAVE_XAPIAN_DB_RETRY_LOCK; } else if (STRNCMP_LITERAL (name, "session_key") == 0) { return true; - } else if (STRNCMP_LITERAL (name, "sexpr_query") == 0) { + } else if (STRNCMP_LITERAL (name, "sexp_queries") == 0) { return HAVE_SFSEXP; } else { return false; |
