diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-22 22:41:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-22 22:41:59 +0100 |
commit | b9c1f4e81b3a6ecc877930a9ec110c7b0a9fe575 (patch) | |
tree | b85090a87216fac1e845c3aaac560741ee15431a /accounts | |
parent | 6c32e6b517930e394662daaa8f17b0d2cda62b54 (diff) | |
download | kube-b9c1f4e81b3a6ecc877930a9ec110c7b0a9fe575.tar.gz kube-b9c1f4e81b3a6ecc877930a9ec110c7b0a9fe575.zip |
Use beta.kolabnow.com
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/kolabnow/kolabnowsettings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/kolabnow/kolabnowsettings.cpp b/accounts/kolabnow/kolabnowsettings.cpp index 393465bd..f2593d1a 100644 --- a/accounts/kolabnow/kolabnowsettings.cpp +++ b/accounts/kolabnow/kolabnowsettings.cpp | |||
@@ -34,7 +34,7 @@ void KolabnowSettings::load() | |||
34 | void KolabnowSettings::save() | 34 | void KolabnowSettings::save() |
35 | { | 35 | { |
36 | mUsername = mEmailAddress; | 36 | mUsername = mEmailAddress; |
37 | mImapServer = "imaps://imap.kolabnow.com:143"; | 37 | mImapServer = "imaps://beta.kolabnow.com:143"; |
38 | mImapUsername = mEmailAddress; | 38 | mImapUsername = mEmailAddress; |
39 | // mImapPassword = mPassword; | 39 | // mImapPassword = mPassword; |
40 | 40 | ||