Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send bcc-self even if delete from server is set to "at once" #5185

Closed
adbenitez opened this issue Jan 16, 2024 · 1 comment · Fixed by #5190
Closed

send bcc-self even if delete from server is set to "at once" #5185

adbenitez opened this issue Jan 16, 2024 · 1 comment · Fixed by #5190
Assignees

Comments

@adbenitez
Copy link
Member

if a big message is sent but waiting for the "OK sent" reply timeouts, now core detects the incoming message received via copy to self, and doesn't keep trying to send the message, however, if "delete messages from server" is set to "at once", the copy to self is not sent (that is, the message is sent as if "send copy to self" option is disabled)

it is better if the copy to self is sent, and then deleted "at once" this would give a chance to core to detect that a big attachment was sent and cancel retrying, specially this is the case for nauta.cu where "delete messages from server" is set to "at once" by default, see: deltachat/provider-db#272

@link2xt
Copy link
Collaborator

link2xt commented Jan 17, 2024

Made a fix: #5190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants