diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kresources/groupwise/kresources_kabc_groupwise.kcfg | |
download | tdepim-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 'kresources/groupwise/kresources_kabc_groupwise.kcfg')
-rw-r--r-- | kresources/groupwise/kresources_kabc_groupwise.kcfg | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/kresources/groupwise/kresources_kabc_groupwise.kcfg b/kresources/groupwise/kresources_kabc_groupwise.kcfg new file mode 100644 index 000000000..3998bdd2e --- /dev/null +++ b/kresources/groupwise/kresources_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="kresources_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> |