mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #163] Feature request: search by multiple tags #108
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#108
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 @asaah18 on GitHub (Sep 13, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/163
It would be great to be able to search by multiple tags
@axllent commented on GitHub (Sep 13, 2023):
You can do this by searching
tag:tag1 tag:tag2- this will search for all message containingtag1andtag2@asaah18 commented on GitHub (Sep 14, 2023):
Thank you