diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-14 12:42:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-14 12:42:38 +0200 |
| commit | 441b93a75b9941d395edfe4b65ed0af2da9e0021 (patch) | |
| tree | 7690c00dd355ad75fc59484f2cda2bf185c7b87e /src/CMakeLists.txt | |
| parent | e876e509b0770a243725b63ea55c9ccf3e41b1bf (diff) | |
| download | qtmaildir-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 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0945f65..382f3b8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,6 +25,7 @@ add_library(qtmaildir_lib STATIC mainwindow.cpp querycompleter.cpp rulequery.cpp + searchterm.cpp ) target_include_directories(qtmaildir_lib |
