summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-14 12:42:38 +0200
committerDanilo M. <danix@danix.xyz>2026-08-14 12:42:38 +0200
commit441b93a75b9941d395edfe4b65ed0af2da9e0021 (patch)
tree7690c00dd355ad75fc59484f2cda2bf185c7b87e /tests/CMakeLists.txt
parente876e509b0770a243725b63ea55c9ccf3e41b1bf (diff)
downloadqtmaildir-441b93a75b9941d395edfe4b65ed0af2da9e0021.tar.gz
qtmaildir-441b93a75b9941d395edfe4b65ed0af2da9e0021.zip
feat(search): build notmuch terms for the right-click actions
One place for the query grammar behind every search surface, with no widget involved so it is tested without a painter or a web engine. extend() parenthesises both sides. The query bar may hold a hand-written disjunction, and 'a or b AND c' binds as 'a or (b AND c)', which widens a search meant to narrow it and reports nothing.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index e5142b6..5b0b85b 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -54,3 +54,4 @@ add_qtmaildir_test(querycompleter)
add_qtmaildir_test(tagdialog)
add_qtmaildir_test(tagrules)
add_qtmaildir_test(rulequery)
+add_qtmaildir_test(searchterm)