emailservices/emailserver/cmailhandlerplugin/src/fsmailiconhandler.cpp
branchRCL_3
changeset 33 da5135c61bad
parent 0 8466d47a6819
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
   208     }
   208     }
   209 
   209 
   210 void CFSMailIconHandler::TurnNotificationOn()
   210 void CFSMailIconHandler::TurnNotificationOn()
   211     {
   211     {
   212     FUNC_LOG;
   212     FUNC_LOG;
   213     SetProperty( KPSUidCoreApplicationUIs, 
   213     /*
   214         KCoreAppUIsNewEmailStatus, ECoreAppUIsNewEmail );
   214      * Mailindicator handling was removed fomr 9.2
       
   215      */
       
   216     /*SetProperty( KPSUidCoreApplicationUIs, 
       
   217         KCoreAppUIsNewEmailStatus, ECoreAppUIsNewEmail );*/
   215     }
   218     }
   216 
   219 
   217 void CFSMailIconHandler::TurnNotificationOff()
   220 void CFSMailIconHandler::TurnNotificationOff()
   218     {
   221     {
   219     FUNC_LOG;
   222     FUNC_LOG;
   220     SetProperty( KPSUidCoreApplicationUIs, 
   223     /*
   221         KCoreAppUIsNewEmailStatus, ECoreAppUIsNoNewEmail );
   224      * Mailindicator handling was removed fomr 9.2
   222     }
   225      */
   223 
   226     /*SetProperty( KPSUidCoreApplicationUIs, 
       
   227         KCoreAppUIsNewEmailStatus, ECoreAppUIsNoNewEmail );*/
       
   228     }
       
   229