mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #18] [Feature request] Permanently delete messages deleted from trash folder #17
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#17
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 @d99kris on GitHub (Jan 28, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/18
Originally assigned to: @d99kris on GitHub.
Currently the
nmaildelete functionality simply moves the selected message to the configuredtrashfolder. Thus when deleting a message from the configuredtrashfolder it is simply being moved to the same folder, which is not very useful.It would be better if deleting a message from the configured
trashfolder would permanently delete the message.@d99kris commented on GitHub (Jan 29, 2020):
Probably need a user prompt to confirm such deletion as they are permanent.