mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #216] Possibility to select multiple tags from the GUI #147
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PhenX on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/216
Hello, I know it's possible to specify "tag:XXX" multiple times in the search query, but it would be great to be able to select multiple tags from the GUI.
@axllent commented on GitHub (Dec 15, 2023):
Thanks for the suggestion @PhenX . Do you agree that a Ctrl-click approach on the tags on the left would work here?
@axllent commented on GitHub (Dec 15, 2023):
Like this... (in development, not released yet) - I am clicking the tags while holding down the Ctrl key. Is this what you are asking for?
https://github.com/axllent/mailpit/assets/1463435/9259781c-1aed-44aa-9a18-b95dc8e63318
@PhenX commented on GitHub (Dec 15, 2023):
It looks good to me ! Maybe with a title to know the key for the multiselection. Another alternative would be to add a check box, I don't know.
@axllent commented on GitHub (Dec 16, 2023):
@PhenX This feature has now been released as part of v1.11.1. I decided not to add any clutter to the web UI as I try keep the UI as clean as possible, however I have made some notes on this in the online documentation here, here and here.
I'm closing this as complete, however feel free to reopen it if there are any issues.