diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-14 18:09:51 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-14 18:09:51 +0200 |
| commit | 1c479f2834533938d8055146c75fe7cbe79a8cd0 (patch) | |
| tree | 9cc065a1d765d0198d2a7a1c344cc470e12e1417 /CHANGELOG.md | |
| parent | de1f7dba196d59cdaa46d2938e5e40e40f97a692 (diff) | |
| download | qtmaildir-1c479f2834533938d8055146c75fe7cbe79a8cd0.tar.gz qtmaildir-1c479f2834533938d8055146c75fe7cbe79a8cd0.zip | |
docs: close item 86, excluding a value from a search
Section moved to the closed-items file on the commit that closes it,
per the backlog's own rule. It records the two decisions that are not
recoverable from the code, and that the plan under-counted the
signature change: three test files drive these signals, not one.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a77b2e4..e54673c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ point at which they are stable. ## [Unreleased] +### Added + +- A third right-click search action, **Exclude from search**, wherever the + other two are already offered: the message pane's header and body, a tag + chip, and every row of the details dialog. It narrows the current query by + everything that is *not* the value under the cursor, so a sender, a subject + or a phrase can be dropped from a result list without retyping the query. + + The entry is greyed out when the query bar is empty, since there would be + nothing to exclude from and running it would mean the whole Maildir minus + one value. + ## [0.20.0] - 2026-08-14 Anything on screen in the message pane can now be searched for by right-clicking |
