Remove unused check

wilder
Laurent Montel 6 years ago
parent 6b754e8a08
commit 40afce5fd4
  1. 2
      src/collectionpage/collectiontemplateswidget.cpp

@ -59,7 +59,7 @@ void CollectionTemplatesWidget::save(Akonadi::Collection &col)
if (mCollectionId.isEmpty()) {
mCollectionId = QString::number(col.id());
}
if (mChanged && !mCollectionId.isEmpty()) {
if (mChanged) {
TemplateParser::Templates t(mCollectionId);
//qCDebug(KMAIL_LOG) << "use custom templates for folder" << fid <<":" << mCustom->isChecked();
t.setUseCustomTemplates(mCustom->isChecked());

Loading…
Cancel
Save