blob: d0a48c25144f30acf9d4c1b9d90b724a5d20e227 (
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
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<?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="kaddressbookrc"/>
<group name="General">
<entry type="Bool" name="AutomaticNameParsing">
<label>Automatic name parsing for new addressees</label>
<whatsthis></whatsthis>
<default>true</default>
</entry>
<entry type="Int" name="CurrentIncSearchField">
<default>0</default>
</entry>
<entry type="String" name="PhoneHookApplication">
<label>Phone</label>
<whatsthis></whatsthis>
</entry>
<entry type="String" name="FaxHookApplication">
<label>Fax</label>
<whatsthis></whatsthis>
<default>kdeprintfax --phone %N</default>
</entry>
<entry type="String" name="SMSHookApplication">
<label>SMS</label>
<whatsthis>The script used to send a GSM SMS text message to the mobile phone</whatsthis>
</entry>
</group>
<group name="Views">
<entry type="Bool" name="HonorSingleClick">
<label>Honor KDE single click</label>
<whatsthis></whatsthis>
<default>false</default>
</entry>
<entry type="String" name="CurrentView">
<default>Default Table View</default>
</entry>
<entry type="StringList" name="ViewNames">
<default>Default Table View</default>
</entry>
</group>
<group name="MainWindow">
<entry type="Bool" name="JumpButtonBarVisible">
<default>false</default>
</entry>
<entry type="Bool" name="DetailsPageVisible">
<default>true</default>
</entry>
<entry type="IntList" name="DetailsSplitter">
</entry>
<entry type="IntList" name="LeftSplitter">
</entry>
<entry type="Bool" name="ContactListAboveExtensions">
<default>true</default>
<whatsthis>If true, the contact list will be placed above the extensions on the left (distribution list editor etc.) instead of in the middle of the main window</whatsthis>
</entry>
</group>
<group name="ExtensionsGeneral">
<entry type="String" name="CurrentExtension">
<default>resourceselection</default>
</entry>
<entry type="StringList" name="activeExtensions">
<default>distribution_list_editor_ng,resourceselection</default>
</entry>
<entry type="IntList" name="ExtensionsSplitterSizes"/>
</group>
<group name="Filters">
<entry type="Int" name="CurrentFilter">
<default>0</default>
</entry>
</group>
<group name="AddresseeEditor">
<entry type="Enum" name="EditorType">
<choices>
<choice name="FullEditor"/>
<choice name="SimpleEditor"/>
</choices>
<default>FullEditor</default>
</entry>
<entry type="StringList" name="GlobalCustomFields">
</entry>
<entry type="StringList" name="AdvancedCustomFields">
</entry>
</group>
</kcfg>
|