From 9fd8e0e6088b2734eb091ee07542f37666f3c541 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Fri, 19 Dec 2014 13:59:34 +0100 Subject: [PATCH] Optimization --- mailcommon/collectionpage/collectiongeneralpage.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/mailcommon/collectionpage/collectiongeneralpage.cpp b/mailcommon/collectionpage/collectiongeneralpage.cpp index 11de6769e2..46a4e92c00 100644 --- a/mailcommon/collectionpage/collectiongeneralpage.cpp +++ b/mailcommon/collectionpage/collectiongeneralpage.cpp @@ -239,10 +239,7 @@ void CollectionGeneralPage::init( const Akonadi::Collection &collection ) mIncidencesForComboBox->setCurrentIndex( incidencesFor ); mIncidencesForComboBox->setEnabled(folderTypeComboboxEnabled); - } - - if ( PimCommon::Util::isImapResource(collection.resource()) ) { mSharedSeenFlagsCheckBox = new QCheckBox( this ); mSharedSeenFlagsCheckBox->setText( i18n( "Share unread state with all users" ) ); mSharedSeenFlagsCheckBox->setChecked( sharedSeen ); -- GitLab