mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #140] Client storing of sent messages not working for offline queued messages #112
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#112
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 (Jun 3, 2023).
Original GitHub issue: https://github.com/d99kris/nmail/issues/140
Originally assigned to: @d99kris on GitHub.
Description:
nmailis not uploading sent messages despiteclient_store_sentbeing set. Highlighted by @Kabouik in #38.How to reproduce it:
Use
client_store_sent=1, start in offline modenmail -o, compose a message, exit, and start again in online modenmail. The offline composed message is sent out, but no copy is stored in sent folder.Environment:
@d99kris commented on GitHub (Jun 3, 2023):
This should be fixed in above commit.