--- a/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp Fri Jun 11 13:27:14 2010 +0300
+++ b/ipsservices/ipssosplugin/src/ipsplgimap4plugin.cpp Wed Jun 23 18:00:21 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 );
}
// ---------------------------------------------------------------------------