summaryrefslogtreecommitdiffstats
path: root/wizards/kolab.kcfg
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch)
tree67208f7c145782a7e90b123b982ca78d88cc2c87 /wizards/kolab.kcfg
downloadtdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz
tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wizards/kolab.kcfg')
-rw-r--r--wizards/kolab.kcfg68
1 files changed, 68 insertions, 0 deletions
diff --git a/wizards/kolab.kcfg b/wizards/kolab.kcfg
new file mode 100644
index 00000000..34d7dd71
--- /dev/null
+++ b/wizards/kolab.kcfg
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+ <kcfgfile name="kolabrc"/>
+
+ <group name="General">
+ <entry name="Server" type="String">
+ <label>Kolab server name</label>
+ <default></default>
+ </entry>
+ <entry name="User" type="String">
+ <label>Kolab user name</label>
+ <default></default>
+ </entry>
+ <entry name="RealName" type="String">
+ <label>Real user name</label>
+ <default></default>
+ </entry>
+ <entry name="Password" type="Password">
+ <label>Kolab user password</label>
+ <default></default>
+ </entry>
+ <entry name="SavePassword" type="Bool">
+ <label>Save Password</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="UseOnlineForNonGroupware" type="Bool">
+ <label>Use Online IMAP account for non groupware folders</label>
+ <default>false</default>
+ </entry>
+
+ <entry name="Kolab1Legacy" type="Bool">
+ <label>Enable Kolab 1 Legacy settings</label>
+ <default>false</default>
+ </entry>
+ </group>
+
+ <group name="Constants">
+ <entry name="EnableFreeBusy">
+ <default>true</default>
+ </entry>
+ </group>
+
+ <propagation source="kolabrc/General/Kolab1Legacy"
+ target="korganizerrc/FreeBusy/FreeBusyPublishAuto" />
+ <propagation source="kolabrc/Constants/EnableFreeBusy"
+ target="korganizerrc/FreeBusy/FreeBusyRetrieveAuto" />
+
+ <propagation source="kolabrc/General/User"
+ target="korganizerrc/FreeBusy/FreeBusyPublishUser" />
+ <propagation source="kolabrc/General/Password"
+ target="korganizerrc/FreeBusy/FreeBusyPublishPassword"
+ hidevalue="true" />
+ <propagation source="kolabrc/General/SavePassword"
+ target="korganizerrc/FreeBusy/FreeBusyPublishSavePassword" />
+
+ <propagation source="kolabrc/General/User"
+ target="korganizerrc/FreeBusy/FreeBusyRetrieveUser" />
+ <propagation source="kolabrc/General/Password"
+ target="korganizerrc/FreeBusy/FreeBusyRetrievePassword"
+ hidevalue="true" />
+ <propagation source="kolabrc/General/SavePassword"
+ target="korganizerrc/FreeBusy/FreeBusyRetrieveSavePassword" />
+
+</kcfg>