mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-27 02:06:00 +03:00
[GH-ISSUE #29] [Bug] Draft persisted after successfully sending an email #30
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#30
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 @Kabouik on GitHub (Feb 3, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/29
Originally assigned to: @d99kris on GitHub.
From issue #25:
When checking my emails in another mail client this morning at work, I could see that the draft of the message I sent to you using nmail was still there. I suppose this is what "Move message meant", the email was sent but the draft could not be moved to trash?
Can you reproduce it?
The Trash folder on this account is called "Trash", and
main.confis set withtrash=Trash. However I suppose this is probably not where to look, since I believe deleted drafts do not go in the trash folder but are rather permanently deleted.@d99kris commented on GitHub (Feb 4, 2020):
Correct, that is the meaning of this that error when sending a draft.
I have not seen this during my usage before. I also did a quick test now (using my gmail account) and I was not able to reproduce it. Perhaps you could try to manually delete
Dsome email from INBOX or Draft folder and see if you get the "move message failed" error?Currently
nmailis implemented to move sent drafts to the Trash folder, so you looked in the right place.@Kabouik commented on GitHub (Feb 4, 2020):
My bad, totally. Further testing showed that it only happened on one account, and I probably observed it on the phone only since I can only send emails from the phone when using that account. However I reported the bug later from the computer, and checked
main.confon it since both machines are supposed to be synchronizing those files.trash=was correct on it, hence the above statement, but when checking the file on the phone,trash=was just set to a folder that does not exist on the server.Sorry for the noise.
@d99kris commented on GitHub (Feb 5, 2020):
No worries, thanks for the info!