Git commit dcfc5aabd439f9ae5e4325bdb0a5a742169e2e8b by Andras Mantia. Committed on 16/11/2013 at 09:20. Pushed by amantia into branch 'KDE/4.11'. Remove dangerous error recovery code (cherry picked from commit 39f76b016fc4417d6a0948bc27d20bac31b24470) M +0 -2 resources/imap/addcollectiontask.cpp http://commits.kde.org/kdepim-runtime/dcfc5aabd439f9ae5e4325bdb0a5a742169e2= e8b diff --git a/resources/imap/addcollectiontask.cpp b/resources/imap/addcolle= ctiontask.cpp index dbca8de..27ca8e2 100644 --- a/resources/imap/addcollectiontask.cpp +++ b/resources/imap/addcollectiontask.cpp @@ -81,8 +81,6 @@ void AddCollectionTask::doStart( KIMAP::Session *session ) void AddCollectionTask::onCreateDone( KJob *job ) { if ( job->error() ) { - //create on server failed, remove from the cache - new Akonadi::CollectionDeleteJob( m_collection ); cancelTask( job->errorString() ); } else { // Automatically subscribe to newly created mailbox