|
|
|
@ -184,8 +184,10 @@ void CollectionViewWidget::save(Akonadi::Collection &col) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
qCDebug(MAILCOMMON_LOG) << "No settings defined"; |
|
|
|
qCDebug(MAILCOMMON_LOG) << "No settings defined"; |
|
|
|
} |
|
|
|
} |
|
|
|
mFolderCollection->setFormatMessage(formatMessage); |
|
|
|
if (formatMessage != MessageViewer::Viewer::Unknown) { |
|
|
|
mFolderCollection->writeConfig(); |
|
|
|
mFolderCollection->setFormatMessage(formatMessage); |
|
|
|
|
|
|
|
mFolderCollection->writeConfig(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void CollectionViewWidget::slotSelectFolderAggregation() |
|
|
|
void CollectionViewWidget::slotSelectFolderAggregation() |
|
|
|
|