Closed
Bug 5753
Opened 26 years ago
Closed 26 years ago
Should ignore spaces in user_pref("mail.accountmanager.accounts")
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M6
People
(Reporter: lchiang, Assigned: sspitzer)
Details
Should ignore spaces in user_pref("mail.accountmanager.accounts")
Win32 1999-04-29-08 build
Have not yet tried Linux or Mac
Entering per Seth's request.
Currently, if you have:
user_pref("mail.accountmanager.accounts", "account0,account1,account2,account3")
--> then all accounts are recognized.
If you have:
user_pref("mail.accountmanager.accounts", "account0, account1, account2,
account3")
--> then only account0 is recognized.
Should ignore the spaces in the listing of accounts.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
I've got the fix in my tree, waiting for M6 to check it in.
Assignee | ||
Comment 2•26 years ago
|
||
awaiting approval to check in for m5.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
the fix is in.
Now you can do crazy things like:
user_pref("mail.accountmanager.accounts"," a, b ,c,d,e, f ");
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
1999-05-03-17 build on Win32 and Linux.
Verified Fixed. Can now insert spaces between accounts and they appear instead
of just the first account:
user_pref("mail.accountmanager.accounts", "a, b")
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•