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

Inconvenience: Different behaviour of "+" when working on single message vs when working on multiple #694

Open
matthiasbeyer opened this issue Jul 21, 2020 · 1 comment

Comments

@matthiasbeyer
Copy link
Contributor

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!

@matthiasbeyer
Copy link
Contributor Author

So it seems this is not (yet?) configurable. Please consider this a feature request.

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

1 participant