ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp
changeset 44 c2d07d913565
parent 23 2dc6caa42ec3
child 47 f83bd4ae1fe3
--- a/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp	Fri May 28 13:56:43 2010 +0300
+++ b/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp	Thu Jun 10 16:14:05 2010 +0300
@@ -141,7 +141,8 @@
 void CIpsPlgImap4Plugin::RefreshNowL(
     const TFSMailMsgId& aMailBoxId,
     MFSMailRequestObserver& aOperationObserver,
-    TInt aRequestId )
+    TInt aRequestId,
+    const TBool /*aSilentConnection*/ )
     {
     FUNC_LOG;
     
@@ -165,10 +166,8 @@
     iOperations.AppendL( watcher );
     CleanupStack::Pop( watcher );
     
-	//<qmail>
     // send part of refresh
-    //EmptyOutboxL( aMailBoxId ); // not used in qmail yet
-	//</qmail>
+    EmptyOutboxL( aMailBoxId );
     }
 
 // ---------------------------------------------------------------------------