Closed
Bug 1995078
Opened 5 months ago
Closed 4 months ago
The "Offline" folder flag is clobbered for EWS folders upon restart.
Categories
(MailNews Core :: Networking: Exchange, defect, P2)
MailNews Core
Networking: Exchange
Tracking
(Not tracked)
RESOLVED
FIXED
146 Branch
People
(Reporter: benc, Assigned: benc)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
For new EWS folders, the nsMsgFolderFlags::Offline is always reset when the app is restarted (to whatever the server default is).
Steps to replicate:
- Run with an EWS account.
- Create a new EWS folder.
- Right click on folder -> "Properties" -> "Synchronization" tab.
- See that "Select this folder for offline use" is checked.
- Uncheck it.
- Restart the app.
- Go back to the folder "Synchronization" tab again (step 3).
- Look at the state of the "Select this folder for offline use" checkbox.
Observed:
Despite step 5, the checkbox is now checked.
Expected:
The checkbox should have retained the unchecked state from step 5.
| Assignee | ||
Comment 1•5 months ago
|
||
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → benc
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 months ago
|
||
As so many things, this boils down to problems in the mess that is folder initialisation.
See Also: → 1734254
Updated•5 months ago
|
Blocks: tb-ms-exchange, exchange-phase5
Updated•5 months ago
|
Priority: -- → P2
Updated•4 months ago
|
Attachment #9520871 -
Attachment description: WIP: Bug 1995078 - Avoid resetting nsMsgFolderFlags::Offline when initialising EWS folders from local store. → Bug 1995078 - Avoid resetting nsMsgFolderFlags::Offline when initialising EWS folders from local store. r=#thunderbird-back-end-reviewers
| Assignee | ||
Updated•4 months ago
|
Keywords: checkin-needed-tb
Updated•4 months ago
|
Target Milestone: --- → 146 Branch
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/6eeb9a620a36
Avoid resetting nsMsgFolderFlags::Offline when initialising EWS folders from local store. r=jtracey
You need to log in
before you can comment on or make changes to this bug.
Description
•