diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:06:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 02:06:43 -0600 |
commit | 10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5 (patch) | |
tree | 7ff76e953c38b426d2ff3a7841e2b75332e85b5a /tderesources/groupwise/tderesources_kabc_groupwise.kcfg | |
parent | 4535df08c5c3c40e38d2bddd7cda8c41be27fd0f (diff) | |
download | tdepim-10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5.tar.gz tdepim-10251f9a2a51f37c2a42833c1d05cd5a8fdf6bb5.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/groupwise/tderesources_kabc_groupwise.kcfg')
-rw-r--r-- | tderesources/groupwise/tderesources_kabc_groupwise.kcfg | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/tderesources/groupwise/tderesources_kabc_groupwise.kcfg b/tderesources/groupwise/tderesources_kabc_groupwise.kcfg deleted file mode 100644 index 6bc3e4c3c..000000000 --- a/tderesources/groupwise/tderesources_kabc_groupwise.kcfg +++ /dev/null @@ -1,55 +0,0 @@ -<?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> |