diff --git a/collectionpane.cpp b/collectionpane.cpp index 03d10643c..b6f6a6598 100644 --- a/collectionpane.cpp +++ b/collectionpane.cpp @@ -57,7 +57,7 @@ bool CollectionStorageModel::isOutBoundFolder( const Akonadi::Collection& c ) co && c.attribute()->isOutboundFolder() ) { return true; } - QSharedPointer fd = FolderCollection::forCollection( c ); + QSharedPointer fd = FolderCollection::forCollection( c, false ); if ( fd ) { // default setting const KPIMIdentities::Identity & identity =