Fix Bug 436687 - Folder Properties Dialog is broken

FIXED-IN: 5.17.2
BUG: 436687
wilder
Laurent Montel 5 years ago
parent 4748c6e7fa
commit a91ee8b0a7
  1. 1
      src/collectionpage/collectionviewwidget.cpp

@ -114,6 +114,7 @@ CollectionViewWidget::~CollectionViewWidget()
void CollectionViewWidget::load(const Akonadi::Collection &col)
{
mCurrentCollection = col;
mFolderCollection = MailCommon::FolderSettings::forCollection(col);
if (col.hasAttribute<Akonadi::MessageFolderAttribute>()) {
const bool outboundFolder = col.attribute<Akonadi::MessageFolderAttribute>()->isOutboundFolder();

Loading…
Cancel
Save