summaryrefslogtreecommitdiffstats
path: root/accounts/kolabnow/kolabnowsettings.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 10:55:08 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-18 10:55:08 +0200
commite2f86e32a295cddacc6053936933150d1e7c665b (patch)
tree35467b1419afa2253d354f3e564f5eca82b16aee /accounts/kolabnow/kolabnowsettings.cpp
parent108913be58ecb014ab575247f3adc9776feafa59 (diff)
downloadkube-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.cpp1
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