messagingappbase/mcesettings/inc/MceSettingsGeneralSettingsDialog.h
changeset 4 e9eae96aa117
parent 0 72b543305e3a
child 12 caea42e26caa
--- a/messagingappbase/mcesettings/inc/MceSettingsGeneralSettingsDialog.h	Fri Jan 22 09:42:17 2010 +0200
+++ b/messagingappbase/mcesettings/inc/MceSettingsGeneralSettingsDialog.h	Tue Jan 26 11:55:08 2010 +0200
@@ -134,6 +134,17 @@
 #else
         void ChangeMessageStoreL();
 #endif //RD_MULTIPLE_DRIVE
+        
+        /**
+        * Function to check if the entry is email entry or not
+        * returns ETrue if email
+        */
+        TBool IsEmailEntryL(TMsvEntry entry);
+        
+        /**
+         *  This will return true if there is any third party mailbox.
+         */
+        TBool IsThirdPartyMailBox();
 
     protected:  // Functions from base classes
 
@@ -182,12 +193,15 @@
         TFileName               iTargetPath;
         TBool                   iMemoryInUse;
         TBool                   iNewMailIndicator;
+        //Variable added to know if drive is changed 
+        TBool                   iChangeDrive;
         friend class CMceMoveProgress;
 #ifdef RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
         RConeResourceLoader     iResources;
 #endif // RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
         MMceSettingsAccountManager* iAccountManager;
-        TInt                     iTransferError;
+        TInt                    iTransferError;
+		TBool                   iIsThirdPartyMail;
     };
 
 #endif      // MCESETTINGSGENERALSETTINGSDIALOG_H