-- Details : https://www.intevation.de/roundup/kolab/issue2607
Merged revisions 830100 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.
........
svn path=/branches/KDE/3.5/kdepim/; revision=830307
-- 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.
svn path=/branches/kdepim/enterprise/kdepim/; revision=830100
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
account manager into NetworkAccount, and add a virtual
mailCheckCanProceed() which defaults to true and which aforementioned
NetworkAccount reimplements to return false if the maximum number of
connections is exceeded and (after Matt has added his bit) when we are
in offline mode. The map is static in NetworkAccount, since there could
be more than one account on the same server, so per account is not what
we want.
svn path=/trunk/KDE/kdepim/; revision=437969
account manager's getAccounts() listing. It was only called with false
or the default, which is also false.
svn path=/trunk/KDE/kdepim/; revision=435545