Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Act on multiple threads in search mode #1598

Closed
mizlan opened this issue Feb 24, 2022 · 3 comments
Closed

Act on multiple threads in search mode #1598

mizlan opened this issue Feb 24, 2022 · 3 comments

Comments

@mizlan
Copy link

mizlan commented Feb 24, 2022

Describe the solution you'd like
I would like a way to manipulate tags on all threads in a search view, or maybe the ability to highlight certain threads (a la ranges in Vim) that could then be acted on with a command.

Describe alternatives you've considered
I could run notmuch tag +mytag -- 'search term' in a separate terminal and refresh. But this is not really the cleanest solution when there are entries in there which I'd like to avoid: a UI would be much nicer for that.

@lucc
Copy link
Collaborator

lucc commented Feb 24, 2022

Does :tag --all solve your problem? Check the help with :help tag.

@mizlan
Copy link
Author

mizlan commented Feb 24, 2022

That is exactly what I want, thank you! What would be the best way to exclude certain messages in the query from being tagged?

@lucc
Copy link
Collaborator

lucc commented Feb 25, 2022

You can not do that directly but you can use refine to change the search.

@mizlan mizlan closed this as completed Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants