summaryrefslogtreecommitdiffstats
path: root/wizards/kolab.kcfg
blob: 34d7dd71bd4a91add917f37de4549c0aa2f14e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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>