Bug 273311 Deleting an account/identity/server also deletes some higher numbered accounts/identities/servers p=t.bugz@lament.cjb.net r=me sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@169373 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-02-18 11:19:10 +00:00
parent 597351080e
commit a71c042d15
3 changed files with 3 additions and 0 deletions

View File

@@ -475,6 +475,7 @@ nsMsgAccount::ClearAllValues()
nsresult rv;
nsCAutoString rootPref("mail.account.");
rootPref += m_accountKey;
rootPref += '.';
rv = getPrefService();
if (NS_FAILED(rv))

View File

@@ -436,6 +436,7 @@ nsMsgIdentity::ClearAllValues()
nsCAutoString rootPref("mail.identity.");
rootPref += m_identityKey;
rootPref += '.';
PRUint32 childCount;
char** childArray;

View File

@@ -1127,6 +1127,7 @@ nsMsgIncomingServer::ClearAllValues()
{
nsCAutoString rootPref("mail.server.");
rootPref += m_serverKey;
rootPref += '.';
PRUint32 childCount;
char** childArray;