Closed Bug 54258 Opened 24 years ago Closed 14 years ago

need to call LoadAccounts() at the start of CreateIdentity()

Categories

(SeaMonkey :: MailNews: Account Configuration, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: sspitzer, Unassigned)

Details

(Whiteboard: [Halloween2011Bug])

Attachments

(1 file)

just like in bugscape bug #2203, we should put a call to LoadAccounts() at the
start of CreateIdentity()

#2203 was caused by activation.js calling CreateIncomingServer() before the
accounts were loaded. the fix was to put a safe call at the start of
CreateIncomingServer()
Here's a patch:

Index: src/nsMsgAccountManager.cpp
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/src/nsMsgAccountManager.cpp,v
retrieving revision 1.199.4.1
diff -p -r1.199.4.1 nsMsgAccountManager.cpp
*** nsMsgAccountManager.cpp     2000/09/26 22:37:13     1.199.4.1
--- nsMsgAccountManager.cpp     2000/09/26 23:17:51
*************** nsMsgAccountManager::CreateIdentity(nsIM
*** 288,293 ****
--- 288,296 ----
    
    nsresult rv;
  
+   rv = LoadAccounts();
+   if (NS_FAILED(rv)) return rv;
+ 
    nsCAutoString key;
    getUniqueKey(ID_PREFIX, &m_identities, key);
  
Status: NEW → ASSIGNED
r=alecf

Actually, while you're there do you want to make that an NS_ENSURE_SUCCESS(rv,
rv)? (I know the other locations don't have that, but we might as well start
now.
yes, I'll use that macro when I check in the fix.
Seth, nothing except for a sr= is hindering you from checkin this in soon after
the trunk opens again!  :)
Keywords: approval
Attached patch per alecfSplinter Review
Comment on attachment 107025 [details] [diff] [review]
per alecf

by the time you get to this i should be gone for thanksgiving so i'd request
that this bug be resolved (wont, works, fixed) w/o me. anyone can do the
checkin.
Attachment #107025 - Flags: superreview?(sspitzer)
Attachment #107025 - Flags: review?(alecf)
I'm going to remove the review requests, until I hear back from timeless about a
few things.

I'm suprised to see activity on this old (9-26-2000) bug.

I'd have to remember why we need it, and make sure that it is still the right thing.

I think the reason I never checked in was I never finished thinking about it, or
finished testing it.

switching to NS_ENSURE_SUCCESS(rv,rv); in all cases might not be the right thing
either, as we might expect failure in those cases.  

I just don't know.

timeless, how did you test this patch?  what made you sure that it was still the
right thing?
Comment on attachment 107025 [details] [diff] [review]
per alecf

removing requests until it's clear that this wasn't a patch for patch sake.
Attachment #107025 - Flags: superreview?(sspitzer)
Attachment #107025 - Flags: review?(alecf)
it was a patch for a patch's sake. if the bug isn't valid then please close it.
> it was a patch for a patch's sake. 

ok, thanks for coming clean.

> if the bug isn't valid then please close it.

I bet the bug is still valid.  

but we should double check, re-test, and make sure before creating (and landing)
a patch.

there's plenty of "reminder" bugs like this in bugzilla (that I log on myself)
that shouldn't be closed.

it's better than a "XXX todo" in the code. (which I also do.)
Keywords: approval, patch
Product: Browser → Seamonkey
Assignee: sspitzer → mail
Status: ASSIGNED → NEW
Priority: P3 → --
QA Contact: esther
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.

If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.

Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.

If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.

Query tag for this change: mass-UNCONFIRM-20090614
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.

If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.

Query tag for this change: mass-UNCONFIRM-20090614
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.

If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.

Query tag for this change: mass-UNCONFIRM-20090614
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but still has no comment since the inception of the SeaMonkey project 5 years ago.

Because of this, we're resolving the bug as EXPIRED.

If you still can reproduce the bug on SeaMonkey 2 or otherwise think it's still valid, please REOPEN it and if it is a platform or toolkit issue, move it to the according component.

Query tag for this change: EXPIRED-20100420
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → EXPIRED
Too old, too unclear, and incomplete.
Resolution: EXPIRED → INCOMPLETE
Hardware: x86 → All
Whiteboard: [Halloween2011Bug]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: