You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.0 KiB
56 lines
2.0 KiB
15 years ago
|
<?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" >
|
||
12 years ago
|
<kcfgfile name="tderesources_tdeabc_groupwiserc" />
|
||
15 years ago
|
<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>
|