Closed
Bug 10215
Opened 26 years ago
Closed 26 years ago
Difficult to determine account order in folder pane
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: nbaca, Assigned: alecf)
References
(Blocks 1 open bug)
Details
(Whiteboard: [PR1])
1999071911M9: Win32/NT4, Linux/Redhat 5.2, Mac 8.5.1
It is difficult to determine the order of accounts displayed in the folder
pane:
- They do not correspond with the ID number in the prefs50.js file.
- They do not display alphabetically in the folder panel.
I have noticed:
- If I have 2 pop and 2 imap accounts that the pop accounts appear first.
Note: If I see other patterns then I will add them to this bug.
| Reporter | ||
Updated•26 years ago
|
Assignee: phil → alecf
QA Contact: lchiang → nbaca
| Reporter | ||
Comment 1•26 years ago
|
||
Assigning to Alecf and QA Contact to nbaca.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
| Assignee | ||
Updated•26 years ago
|
Priority: P3 → P2
Sounds like this needs to be fixed for PR1, so I added a note to the Status
Whiteboard
| Assignee | ||
Comment 5•26 years ago
|
||
I have a fix for this now. Needs a bit more debugging, then it will be ready to
be checked in.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•26 years ago
|
||
ok, the fix is finally in. folders should appear in exactly the order you
specify the accounts in your prefs.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 7•26 years ago
|
||
Build 1999090109M10: Win32/NT4
Build 1999083116M10: Linux/Redhat 6.0
Build 1999083108M10: Mac 8.5.1
Verified Fixed.
I can control the account order displayed in the folder pane by changing the
order of accounts on the "mail.accountmanager.accounts" statement. For instance:
user_pref("mail.accountmanager.accounts", account1,account2,account3");
versus
user_pref("mail.accountmanager.accounts", account3,account2,account1");
Comment 8•23 years ago
|
||
Since my Mozilla pref is set to:
user_pref("mail.accountmanager.accounts", "account2,account3,account4");
but my accounts are listed in the folder pane as...
account3
account4
account2
Should this be reopened?
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•