feat: do not unconditionally watch mvbox for non-chatmail#7663
Closed
link2xt wants to merge 1 commit intolink2xt/dont-scan-foldersfrom
Closed
feat: do not unconditionally watch mvbox for non-chatmail#7663link2xt wants to merge 1 commit intolink2xt/dont-scan-foldersfrom
link2xt wants to merge 1 commit intolink2xt/dont-scan-foldersfrom
Conversation
Collaborator
Author
|
We need to release previous change on all platforms before merging this. |
iequidoo
approved these changes
Jan 1, 2026
Collaborator
iequidoo
left a comment
There was a problem hiding this comment.
Should be feat: Don't unconditionally watch mvbox for non-chatmail or so.
We need to release previous change on all platforms before merging this.
Not all users update automatically, so maybe we need to wait a bit longer
cba8c37 to
29122e0
Compare
Collaborator
Author
|
As of 2026-01-26 the latest released version is still 2.35.0. |
29122e0 to
abc30a5
Compare
Base automatically changed from
link2xt/update-provider-db-mvbox-move
to
main
January 27, 2026 23:39
013d4ec to
c08c187
Compare
Since commit 25750de released in 2.36.0 we do not move messages to mvbox without explicit mvbox_move setting, so do not need to watch it as well as long as other devices are updated to the same change.
c08c187 to
63aab19
Compare
Collaborator
Author
|
Moved into #7780 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since commit 25750de released in 2.36.0 we do not move messages to mvbox without explicit
mvbox_move setting, so do not need to watch it as well as long as other devices are updated to the same change.
Closes #7655