pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
681 stars 162 forks source link

commands/search/tag: Use only thread id in testquery #1612

Closed guludo closed 1 year ago

guludo commented 1 year ago

This is specially necessary if one is chaining a series of tagging commands.

As an example, without this fix, in the chain "untag inbox,unread --no-flush; tag foo,bar", the second command would not work properly if the current search buffer's query string was "tag:inbox and tag:unread".