mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #188] Disable GMail workaround to copy to trash #131
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#131
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 24, 2026).
Original GitHub issue: https://github.com/d99kris/nmail/issues/188
Originally assigned to: @d99kris on GitHub.
Description:
Back in 2024 GMail IMAP service started disconnecting the IMAP connection in the event that user moved an email to trash. The issue was reported to Google, but as there was no server-side fix we went on to work around it from the client (using copying to trash, and then deleting from folder) specifically for GMail - see #172 for details.
Now it appears the issue has been fixed server-side, so we should update the default config to disable the workaround, as it is cleaner and safer (and likely faster) to perform a move operation.