blob: aed77064113029846251f1760a328bd60c501f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?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/.kde/share/apps/kabc/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>
|