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

fix: Retry configuring mvbox on IMAP reconnect if mvbox_move is enabled explicitly #5861

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

iequidoo
Copy link
Collaborator

@iequidoo iequidoo commented Aug 6, 2024

If mvbox_move isn't enabled explictly, but only by default, better not to retry configuring it to avoid excessive work, but if it's enabled explicitly by the user and actually can't be configured, the user should disable it. But anyway not being able to configure the mvbox doesn't prevent Delta Chat from working just leaving all mail in Inbox.

src/imap.rs Outdated Show resolved Hide resolved
@iequidoo iequidoo marked this pull request as ready for review August 6, 2024 17:07
@iequidoo iequidoo requested a review from link2xt August 6, 2024 17:07
…ed explicitly

If `mvbox_move` isn't enabled explictly, but only by default, better not to retry configuring it to
avoid excessive work, but if it's enabled explicitly by the user and actually can't be configured,
the user should disable it. But anyway not being able to configure the mvbox doesn't prevent Delta
Chat from working just leaving all mail in Inbox.
This makes the code more straightforward in some places and also allows to keep `MvboxMove` unset
for chatmail case and thus know that the user hasn't modified it.
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 this pull request may close these issues.

1 participant