You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on multiple messages (selecting them and ; prefixing the +), writing down +foo +bar -baz does the following:
Add the tag foo
Add the tag bar
Remove the tag baz
When using + on a single message with the query from above, the following happens:
Add the tag +foo
Add the tag +bar
Add the tag -baz
This is inconvenient and inconsistent. Could we change that behaviour? I'd do it myself if you'd point me to the right location in the codebase and I'll file a PR with the change then!
The text was updated successfully, but these errors were encountered:
When working on multiple messages (selecting them and
;
prefixing the+
), writing down+foo +bar -baz
does the following:foo
bar
baz
When using
+
on a single message with the query from above, the following happens:+foo
+bar
-baz
This is inconvenient and inconsistent. Could we change that behaviour? I'd do it myself if you'd point me to the right location in the codebase and I'll file a PR with the change then!
The text was updated successfully, but these errors were encountered: