- Timestamp:
- 01/13/08 21:39:50 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Application/Preferences/CPreferences.cp
r86 r150 331 331 332 332 // Test each remote options account status 333 for(C INETAccountList::const_iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++)333 for(COptionsAccountList::const_iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++) 334 334 { 335 335 extra_txt = (*iter)->GetName(); … … 577 577 { 578 578 // Copy to all remote accounts 579 for(C INETAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++)579 for(COptionsAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++) 580 580 { 581 581 if ((*iter)->GetAuthenticator().RequiresUserPswd()) … … 594 594 595 595 // Copy to all remote accounts 596 for(C INETAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++)596 for(COptionsAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++) 597 597 { 598 598 if ((*iter)->GetAuthenticator().RequiresUserPswd()) … … 712 712 713 713 // Check remote account uids 714 for(C INETAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++)714 for(COptionsAccountList::iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++) 715 715 { 716 716 if ((*iter)->GetAuthenticator().RequiresUserPswd()) … … 1086 1086 } 1087 1087 out << " ) Prefs ("; 1088 bool prefs_webdav = false; 1088 1089 bool prefs_imsp = false; 1089 1090 bool prefs_acap = false; 1090 for(C INETAccountList::const_iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++)1091 for(COptionsAccountList::const_iterator iter = mRemoteAccounts.mValue.begin(); iter != mRemoteAccounts.mValue.end(); iter++) 1091 1092 { 1092 1093 switch((*iter)->GetServerType()) 1093 1094 { 1095 case CINETAccount::eWebDAVPrefs: 1096 if (!prefs_webdav) 1097 { 1098 out << " WebDAV"; 1099 prefs_webdav = true; 1100 } 1101 break; 1094 1102 case CINETAccount::eIMSP: 1095 1103 if (!prefs_imsp)