mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #295] Selecting multiple messages #195
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#195
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 @Cri01IT on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/295
is it possible to add a checkbox system that allows you to select and delete only a couple of messages?
@axllent commented on GitHub (May 14, 2024):
You can use Ctrl + click to individually select multiple messages, or Shift + click to select a range. I believe this is what you are after? I decided against checkboxes because it just cluttered the UI.
See https://mailpit.axllent.org/docs/usage/deleting-messages/
@Cri01IT commented on GitHub (May 14, 2024):
Thank you, sorry i didn't saw this in the doc