Closed
Bug 82197
Opened 24 years ago
Closed 24 years ago
Acct Central Offline Settings should go to Offline panel.
Categories
(SeaMonkey :: MailNews: Backend, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: laurel, Assigned: chuang)
References
Details
(Whiteboard: [nsbeta1+]have fix)
Attachments
(2 files)
7.29 KB,
patch
|
Details | Diff | Splinter Review | |
7.74 KB,
patch
|
Details | Diff | Splinter Review |
Using may22 commercial trunk build
The Offline Settings link in the Account Central/account level page in the mail
window should land on the selected account's Offline & Disk Space panel in the
account settings dialog. Currently it lands at the selected account level panel.
That's right. I may have to change the way AccountManager window is opened (not
just based on the server type like it does today) so that individual items under
a given account can be selected. Accepting.
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
moving to 0.9.2
Priority: -- → P2
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9.2
Passing the page xul file name in ViewSetting() or MsgAccountManager(), we can
select the page we want. Passing null will open the main page for the selected
server in folder pane.
Whiteboard: [nsbeta1+] → [nsbeta1+]have fix
Patch looks good.
Please change
+ children = selectServer.childNodes;
to
+ var children = selectServer.childNodes;
Also, this will the good time to add comments on the top of MsgAccountManager()
in accountUtils.js explaining the param(s).
Please take care of those and run couple of tests.
r=bhuvan.
Comment 10•24 years ago
|
||
sr=mscott
Assignee | ||
Comment 12•24 years ago
|
||
Mark fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
Using commercial trunk builds:
2001080203 NT 4.0
2001080208 linux 2.2
2001080208 mac 9.0.4
Verified clicking on offline settings, in account
central, will now take you to that accounts Offline and Disk Space
pref panel. Tested this on imap accounts, webmail, and newsgroups.
Tested both Modern and Classic theme also.
Marking as verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•