messagingappbase/mce/src/MceIdleMtmLoader.cpp
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
--- a/messagingappbase/mce/src/MceIdleMtmLoader.cpp	Thu Jan 07 12:45:05 2010 +0200
+++ b/messagingappbase/mce/src/MceIdleMtmLoader.cpp	Mon Jan 18 20:16:40 2010 +0200
@@ -208,6 +208,11 @@
         canSend.iUid = KUidMtmQueryCanCreateNewMsgValue;
         canSendResponse = uiData->QueryCapability( canSend, response );      
         }
+        
+    if(cMailVal && aMtmType == KSenduiMtmSmtpUid)
+       {
+       canSendResponse = KErrNotSupported;
+       }
 
     TBool foundPopup = EFalse;
     TBool foundSubmenu = EFalse;