diff --git a/imapaccountbase.cpp b/imapaccountbase.cpp index 9ba67d9da..09a877f2c 100644 --- a/imapaccountbase.cpp +++ b/imapaccountbase.cpp @@ -677,13 +677,13 @@ namespace KMail { void ImapAccountBase::setFolder(KMFolder* folder, bool addAccount) { if (folder) - { + { folder->setSystemLabel(name()); folder->setId(id()); } NetworkAccount::setFolder(folder, addAccount); } - + } // namespace KMail #include "imapaccountbase.moc"