[Bug 139433] Re: kmail IMAP groupware functionality no longer working
Sebastian Jeworutzki
Sebastian.jeworutzki at gmx.de
Wed Sep 26 15:57:46 UTC 2007
I just looked into the source of the kmail configure dialog and it seem,
that th entry “TheIMAPResourceAccount” should be written to kmailrc. I'm
not a programmer, so ignore if I'm wrong.
Code:
KDE/kdepim/kmail/configuredialog.cpp?revision=712553
void MiscPage::GroupwareTab::save()
{
KConfigGroup groupware( KMKernel::config(), "Groupware" );
// Write the groupware config
[..............]
// Inbox folder of the selected account
KMAccount* acct = mAccountCombo->currentAccount();
if ( acct ) {
folderId = QString( ".%1.directory/INBOX" ).arg( acct->id() );
GlobalSettings::self()->setTheIMAPResourceAccount( acct->id() );
}
}
[.........]
--
kmail IMAP groupware functionality no longer working
https://bugs.launchpad.net/bugs/139433
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.
More information about the kubuntu-bugs
mailing list