diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 10:55:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-18 10:55:08 +0200 |
commit | e2f86e32a295cddacc6053936933150d1e7c665b (patch) | |
tree | 35467b1419afa2253d354f3e564f5eca82b16aee /accounts/kolabnow/kolabnowsettings.cpp | |
parent | 108913be58ecb014ab575247f3adc9776feafa59 (diff) | |
download | kube-e2f86e32a295cddacc6053936933150d1e7c665b.tar.gz kube-e2f86e32a295cddacc6053936933150d1e7c665b.zip |
A generic account.
This is intended to eventually replace the protocol specific accounts.
The account is used to group together several protocols to one logical
service, and thus it makes sense to set it up as one.
Diffstat (limited to 'accounts/kolabnow/kolabnowsettings.cpp')
-rw-r--r-- | accounts/kolabnow/kolabnowsettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/kolabnow/kolabnowsettings.cpp b/accounts/kolabnow/kolabnowsettings.cpp index 6f1f6502..8411b5e5 100644 --- a/accounts/kolabnow/kolabnowsettings.cpp +++ b/accounts/kolabnow/kolabnowsettings.cpp | |||
@@ -29,6 +29,7 @@ void KolabnowSettings::load() | |||
29 | loadImapResource(); | 29 | loadImapResource(); |
30 | loadMailtransportResource(); | 30 | loadMailtransportResource(); |
31 | loadCardDavResource(); | 31 | loadCardDavResource(); |
32 | loadCalDavResource(); | ||
32 | loadIdentity(); | 33 | loadIdentity(); |
33 | } | 34 | } |
34 | 35 | ||