Open
Description
Is your feature request related to a problem? Please describe.
Currently the option --all
redoes the query to apply modifications to the tags. This could be problematic in the following scenario:
- User does a search;
- New email(s) that would match the user's query arrive but the user hasn't refreshed the search buffer yet;
- User decides to use some tagging command with
--all
(e.g.untag --all inbox,unread
); - We end up applying the modifications to the new email(s) from (2) from behind the user's back.
Describe the solution you'd like
IMO, we should apply the modifications to only the currently matched messages.
Metadata
Metadata
Assignees
Labels
No labels