not necessary to call writeconfig

wilder-work
Montel Laurent 15 years ago
parent 3175a9550a
commit a3f193814c
  1. 2
      collectionpane.cpp

@ -57,7 +57,7 @@ bool CollectionStorageModel::isOutBoundFolder( const Akonadi::Collection& c ) co
&& c.attribute<Akonadi::MessageFolderAttribute>()->isOutboundFolder() ) {
return true;
}
QSharedPointer<FolderCollection> fd = FolderCollection::forCollection( c );
QSharedPointer<FolderCollection> fd = FolderCollection::forCollection( c, false );
if ( fd ) {
// default setting
const KPIMIdentities::Identity & identity =

Loading…
Cancel
Save