feat: bulk actions on search results via long-press selection

Long-pressing a search result enters selection mode; tapping further
results toggles them. The existing bottom bar (Archive, Delete, Mark
as spam, Move to folder) operates on the selected emails via a new
_selectedSearchIds set. _selectedEmailIds returns the right IDs for
each mode (search vs. normal thread list).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-04-27 07:32:44 +02:00
co-authored by Claude Sonnet 4.6
parent 2074046bb3
commit 527683172c
3 changed files with 64 additions and 24 deletions
-5
View File
@@ -18,11 +18,6 @@ Then commit.
## Tasks
I search for "foo". Now I see all mails containing "foo". I want to easily do the common actions on
the selected mails: Delete, Archive, Move to Folder, Move to Junk, ...
---
How can I edit the Sieve Filter?
---