diff --git a/mailcommon/collectionpage/collectiongeneralpage.cpp b/mailcommon/collectionpage/collectiongeneralpage.cpp index 11de6769e25ed5c5a895ab2e026a1227e27925a8..46a4e92c005dcb35ed5736584c1c5e1f7835a7f1 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 );