diff options
Diffstat (limited to 'tderesources/groupwise/tderesources_kabc_groupwise.kcfg')
-rw-r--r-- | tderesources/groupwise/tderesources_kabc_groupwise.kcfg | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tderesources/groupwise/tderesources_kabc_groupwise.kcfg b/tderesources/groupwise/tderesources_kabc_groupwise.kcfg new file mode 100644 index 000000000..6bc3e4c3c --- /dev/null +++ b/tderesources/groupwise/tderesources_kabc_groupwise.kcfg @@ -0,0 +1,55 @@ +<?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="tderesources_kabc_groupwiserc" /> + <group name="General" > + <entry key="Url" type="String" > + <label>Server URL</label> + <whatsthis>URL of SOAP interface of GroupWise server</whatsthis> + </entry> + <entry key="User" type="String" > + <label>User Name</label> + </entry> + <entry key="Password" type="String" > + <label>Password</label> + </entry> + </group> + <group name="AddressBooks" > + <entry key="Ids" type="StringList"> + <label>Ids of Address Books</label> + </entry> + <entry key="Names" type="StringList"> + <label>Names of Address Books</label> + </entry> + <entry key="Personals" type="StringList"> + <label>Personal State of Address Books</label> + </entry> + <entry key="Frequents" type="StringList"> + <label>Frequent Contacts state of Address Books</label> + </entry> + <entry key="ReadAddressBooks" type="StringList" > + <label>Readable Address Books</label> + </entry> + <entry key="WriteAddressBook" type="String" > + <label>Address Book for new Contacts</label> + </entry> + <entry key="SystemAddressBook" type="String" > + <label>ID of System Address Book</label> + </entry> + <entry key="LastTimePORebuild" type="UInt64" > + <label>Last time the Post Office was rebuilt</label> + </entry> + <entry key="firstSequenceNumber" type="UInt64" > + <label>The first sequence number of the GW System Address Book held locally</label> + </entry> + <entry key="lastSequenceNumber" type="UInt64" > + <label>The last sequence number of the GW System Address Book held locally</label> + </entry> + <entry key="SystemAddressBookWhiteList" type="StringList"> + <label>Applications which should load the System Address Book</label> + <default>kmail,kaddressbook,kontact</default> + </entry> + </group> +</kcfg> |