diff -r 4ce476e64c59 -r 8592a65ad3fb emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h --- a/emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h Wed Mar 31 21:08:33 2010 +0300 +++ b/emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h Wed Apr 14 15:42:15 2010 +0300 @@ -102,13 +102,6 @@ void RemoveMailboxL( const TFSMailMsgId aMailbox ); /** - * Removes mailbox from widget settings - * @param aIndex refers to index in mailbox array that is returned by - * CMailCpsSettings::Mailboxes() - */ - void RemoveMailboxL( const TInt aIndex ); - - /** * Gets maximum row count * @return maximum row count */ @@ -188,6 +181,13 @@ * */ TBool GetNewMailState( const TFSMailMsgId& aMailBox ); + + /** + * Find next free CenRep key to store setting. + * @param aContentId Id of widget instance + * @return true if account is associated to content id, false if not + */ + TBool Associated( const TDesC& aContentId ); protected: /**