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.
81 lines
2.5 KiB
81 lines
2.5 KiB
<?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="kpilot_addressconduitrc"/>
|
|
<group name="General">
|
|
<entry name="AddressbookType" key="Addressbook type" type="Enum">
|
|
<choices>
|
|
<choice name="eAbookResource"/>
|
|
<choice name="eAbookFile"/>
|
|
</choices>
|
|
<default>eAbookFile</default>
|
|
</entry>
|
|
<entry name="FileName" type="Path">
|
|
<default>$HOME/.trinity/share/apps/tdeabc/std.vcf</default>
|
|
</entry>
|
|
<entry name="ArchiveDeleted" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
<entry name="ConflictResolution" key="ConflictResolve" type="Int">
|
|
<default>-1</default>
|
|
</entry>
|
|
<entry name="PilotOther" type="Enum">
|
|
<choices>
|
|
<choice name="eOtherPhone"/>
|
|
<choice name="eAssistant"/>
|
|
<choice name="eBusinessFax"/>
|
|
<choice name="eCarPhone"/>
|
|
<choice name="eEmail2"/>
|
|
<choice name="eHomeFax"/>
|
|
<choice name="eTelex"/>
|
|
<choice name="eTTYTTDPhone"/>
|
|
</choices>
|
|
<default>eOtherPhone</default>
|
|
</entry>
|
|
<entry name="PilotStreet" type="Enum">
|
|
<choices>
|
|
<choice name="ePilotStreetHome"/>
|
|
<choice name="ePilotStreetWork"/>
|
|
</choices>
|
|
<default>ePilotStreetHome</default>
|
|
</entry>
|
|
<entry name="PilotFax" type="Enum">
|
|
<choices>
|
|
<choice name="ePilotFaxHome"/>
|
|
<choice name="ePilotFaxWork"/>
|
|
</choices>
|
|
<default>ePilotFaxHome</default>
|
|
</entry>
|
|
<entry name="Custom0" key="Custom 0" type="Enum">
|
|
<choices label="eCustomEnum">
|
|
<choice name="eCustomField"/>
|
|
<choice name="eCustomBirthdate"/>
|
|
<choice name="eCustomURL"/>
|
|
<choice name="eCustomIM"/>
|
|
</choices>
|
|
<default>eCustomField</default>
|
|
</entry>
|
|
<entry name="Custom1" key="Custom 1" type="Enum">
|
|
<choices label="eCustomEnum">
|
|
</choices>
|
|
<default>eCustomField</default>
|
|
</entry>
|
|
<entry name="Custom2" key="Custom 2" type="Enum">
|
|
<choices label="eCustomEnum">
|
|
</choices>
|
|
<default>eCustomField</default>
|
|
</entry>
|
|
<entry name="Custom3" key="Custom 3" type="Enum">
|
|
<choices label="eCustomEnum">
|
|
</choices>
|
|
<default>eCustomField</default>
|
|
</entry>
|
|
<entry name="CustomDateFormat" type="String">
|
|
<default></default>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|