Closed
Bug 295140
Opened 20 years ago
Closed 19 years ago
remember previous online state doesn't work
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wolfiR, Assigned: Bienvenu)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.12 KB,
patch
|
mscott
:
superreview+
asa
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
"remember previous online state" doesn't work for me. I've set this option but when I leave Thunderbird in offline mode and startup again it's again in online state.
| Reporter | ||
Comment 1•20 years ago
|
||
I think the interesting pref is:
user_pref("offline.startup_state", 0);
This is the setting in prefs.js if "remember previous online state" is used and
Thunderbird was offline before quitting.Flags: blocking-aviary1.1?
Keywords: regression
| Reporter | ||
Comment 2•20 years ago
|
||
after further investigation I found that the pref network.online will not be set to "false" if the offline state is reached.
| Reporter | ||
Comment 3•20 years ago
|
||
OK, it seems that aviary-branch has very much changes which are missing from the trunk version to fix this. I think someone familiar with the code should merge both versions of mailnews/extensions/offline-startup/js/offlineStartup.js And this really blocks aviary1.1 IMHO.
| Assignee | ||
Updated•19 years ago
|
Assignee: mscott → bienvenu
| Assignee | ||
Comment 5•19 years ago
|
||
It looks like Neil's changes in rev 1.9 of offlineStartup.js, for bug 240898 might be responsible. We don't seem to get a profile-approve-change notification when shutting down thunderbird, so we never remember the offline/online state. We used to just remember it when the online/offline state changed, as long as we weren't starting up. I don't know if Seamonkey always generates this notification, but Thunderbird doesn't seem to get it.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•19 years ago
|
||
this fixes it for thunderbird - not sure about seamonkey. Does this look OK, Neil?
| Assignee | ||
Updated•19 years ago
|
Attachment #188969 -
Flags: superreview?(mscott)
Comment 7•19 years ago
|
||
Comment on attachment 188969 [details] [diff] [review] proposed fix looks good to me.
Attachment #188969 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Updated•19 years ago
|
Attachment #188969 -
Flags: approval-aviary1.1a2?
Updated•19 years ago
|
Attachment #188969 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Flags: blocking-aviary1.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•