svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r914005 | tmcguire | 2009-01-20 13:11:59 +0100 (Tue, 20 Jan 2009) | 15 lines
Backport r913992 by tmcguire from trunk to the 4.1 branch:
Fix the bug that causes KMail to loose receiving accounts when
KMail is exiting and wants to open the wallet, but is killed during
that time (happens during logout).
Now, the account config groups are saved after writing out the existing
accounts, so this can't happen anymore.
I also removed the feature to disable accounts, it was only a
hidden feature and caused trouble with this.
CCBUG: 169166
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=914266
KMail is exiting and wants to open the wallet, but is killed during
that time (happens during logout).
Now, the account config groups are saved after writing out the existing
accounts, so this can't happen anymore.
I also removed the feature to disable accounts, it was only a
hidden feature and caused trouble with this.
BUG: 169166
svn path=/trunk/KDE/kdepim/; revision=913992
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r853907 | marten | 2008-08-28 14:00:18 +0200 (Thu, 28 Aug 2008) | 7 lines
Backport of trunk commit 843864 (sorry, missed the 4.1.1 tagging deadline):
Set the destination folder for a new account, so that the inbox will appear
if it was previously hidden.
CCBUG:168544
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=855288
Set the destination folder for a new account, so that the inbox will appear
if it was previously hidden.
CCBUG:168544
svn path=/branches/KDE/4.1/kdepim/; revision=853907
Merged revisions 850381 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r850381 | pradeepto | 2008-08-21 13:51:54 +0200 (Thu, 21 Aug 2008) | 15 lines
Merged revisions 830100-830132,830134-830443 via svnmerge from
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r830100 | pradeepto | 2008-07-10 00:29:32 +0530 (Thu, 10 Jul 2008) | 4 lines
-- kolab/issue2607 sync loop after deactivation of autosync.
-- Check if the mail-check-interval changed to 0 / was disabled by the user and if yes, de-install the timer so that it doesn't trigger off
and start a sync again and again.
........
r830443 | pradeepto | 2008-07-10 19:26:46 +0530 (Thu, 10 Jul 2008) | 1 line
--virtual, thanks David.
........
................
svn path=/branches/KDE/4.1/kdepim/; revision=851227
Needed since accounts can be fetched using the name and only the first
match will be returned.
Updated the accountwizard to use these new methods.
svn path=/trunk/KDE/kdepim/; revision=851115
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r850381 | pradeepto | 2008-08-21 13:51:54 +0200 (Thu, 21 Aug 2008) | 15 lines
Merged revisions 830100-830132,830134-830443 via svnmerge from
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r830100 | pradeepto | 2008-07-10 00:29:32 +0530 (Thu, 10 Jul 2008) | 4 lines
-- kolab/issue2607 sync loop after deactivation of autosync.
-- Check if the mail-check-interval changed to 0 / was disabled by the user and if yes, de-install the timer so that it doesn't trigger off
and start a sync again and again.
........
r830443 | pradeepto | 2008-07-10 19:26:46 +0530 (Thu, 10 Jul 2008) | 1 line
--virtual, thanks David.
........
................
svn path=/trunk/KDE/kdepim/; revision=850646
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r830100 | pradeepto | 2008-07-10 00:29:32 +0530 (Thu, 10 Jul 2008) | 4 lines
-- kolab/issue2607 sync loop after deactivation of autosync.
-- Check if the mail-check-interval changed to 0 / was disabled by the user and if yes, de-install the timer so that it doesn't trigger off
and start a sync again and again.
........
r830443 | pradeepto | 2008-07-10 19:26:46 +0530 (Thu, 10 Jul 2008) | 1 line
--virtual, thanks David.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=850381
The fixed issue: only overwriting previous acounts was possible, so no new accounts were stored.
For fresh installation that means 0 accounts.
CCMAIL:159029-done@bugs.kde.org
svn path=/trunk/KDE/kdepim/; revision=785085
I found it useful for testing/debugging connections when only one or two (of many configured) accounts are important in the current context, so breakpoints are reached only when we do expect that.
Moreover, for some users, the option is more fine-grained than going globally offline.
This option could be later provided in the configuration dialog as well.
Implementation detail:
AccountManager skips disabled accounts when reading the config and leaves them untouched on writing back the config.
Reviewed by A.Winter
svn path=/trunk/KDE/kdepim/; revision=780603
> SVN commit 706446 by bvirlet:
>
> Forward port r706174 and r706425
This commit caused a crash when checking mail for the second time.
AFAIK, this was also reverted in the enterprise branch.
Forward port of:
> SVN commit 709145 by tokoe:
>
> compile++
svn path=/trunk/KDE/kdepim/; revision=709448
Warning: If you have been using rev. 689148 or higher, you need to manually run kconf_update before starting KMail or you will lose your account settings. See kmail.upd for details.
svn path=/trunk/KDE/kdepim/; revision=689633
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148