diff -r 12c456ceeff2 -r 5253a20d2a1e emailuis/emailui/src/FSComposerFetchLogic.cpp --- a/emailuis/emailui/src/FSComposerFetchLogic.cpp Thu Jan 07 12:38:38 2010 +0200 +++ b/emailuis/emailui/src/FSComposerFetchLogic.cpp Mon Jan 18 20:08:26 2010 +0200 @@ -146,6 +146,12 @@ { FUNC_LOG; + // Ignore all responses when cancelling is in progress. + if( iFetchingCancelGoingOn ) + { + return; + } + iError = aEvent.iError; if ( !iError )