summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizer.kcfg
blob: 016ca841d5412280734d924ad8c41e8603a6e150 (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<?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="korganizerrc"/>
  <include>tdelocale.h</include>

  <group name="General">
    <entry type="Bool" key="Auto Save">
      <label>Enable automatic saving of manually opened calendar files</label>
      <whatsthis>Check this box to save your calendar file automatically when you exit KOrganizer without asking and periodically, as you work. This setting does not affect the automatic saving of the standard calendar, which is automatically saved after each change.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Int" key="Auto Save Interval">
      <label>Save &amp;interval in minutes</label>
      <whatsthis>Set the interval between automatic saving of calendar events in minutes here. This setting only applies to files that are opened manually. The standard TDE-wide calendar is automatically saved after each change.</whatsthis>
      <default>10</default>
      <min>1</min>
    </entry>
    <entry type="Bool" key="Confirm Deletes" name="Confirm">
      <label>Confirm deletes</label>
      <whatsthis>Check this box to display a confirmation dialog when deleting items.</whatsthis>
      <default>true</default>
    </entry>

    <entry type="Bool" key="Archive Events">
      <label>Archive events</label>
      <default>true</default>
    </entry>
    <entry type="Bool" key="Archive Todos">
      <label>Archive to-dos</label>
      <default>true</default>
    </entry>

    <entry type="Bool" key="Auto Archive">
      <label>Regularly archive events</label>
      <default>false</default>
    </entry>
    <entry type="Enum" key="Archive Action">
      <label>What to do when archiving</label>
      <choices>
        <choice name="actionDelete">
          <label>Delete old events</label>
        </choice>
        <choice name="actionArchive">
          <label>Archive old events to a separate file</label>
        </choice>
      </choices>
      <default>actionArchive</default>
    </entry>
    <entry type="Int" key="Expiry Time">
      <label>If auto-archiving is enabled, events older than this amount will be archived. The unit of this value is specified in another field.</label>
      <default>1</default>
    </entry>
    <entry type="Enum" key="Expiry Unit" name="ExpiryUnit">
      <label>The unit in which the expiry time is expressed.</label>
      <choices>
        <choice name="UnitDays">
          <label>In days</label>
        </choice>
        <choice name="UnitWeeks">
          <label>In weeks</label>
        </choice>
        <choice name="UnitMonths">
          <label>In months</label>
        </choice>
      </choices>
      <default>UnitMonths</default>
    </entry>
    <entry type="String" key="Archive File">
      <label>URL of the file where old events should be archived</label>
    </entry>

    <entry type="Bool" key="Html With Save">
      <label>Export to HTML with every save</label>
      <whatsthis>Check this box to export the calendar to an HTML-file every time you save it. By default, this file will be called calendar.html and placed in the user home folder.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Enum" key="Destination" name="Destination">
      <label>New Events, To-dos and Journal Entries Should</label>
      <choices>
        <choice name="standardDestination">
          <label>Be added to the standard resource</label>
          <whatsthis>Select this option to always record new events, to-dos and journal entries using the standard resource.</whatsthis>
        </choice>
        <choice name="askDestination">
          <label>Be asked which resource to use</label>
          <whatsthis>Select this option to choose the resource to be used to record the item each time you create a new event, to-do or journal entry. This choice is recommended if you intend to use the shared folders functionality of the Kolab server or have to manage multiple accounts using Kontact as a TDE Kolab client. </whatsthis>
        </choice>
      </choices>
      <default>askDestination</default>
    </entry>
  </group>

  <group name="Personal Settings">
    <entry type="Bool" key="Bcc">
      <label>Send copy to owner when mailing events</label>
      <whatsthis>Check this box to get a copy of all e-mail messages that KOrganizer sends at your request to event attendees.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Bool" key="Use Control Center Email" name="EmailControlCenter">
      <label>Use email settings from Control Center</label>
      <whatsthis>Check this box to use the TDE-wide e-mail settings, which are defined using the Trinity Control Center &quot;Password &amp; User Account&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="String" key="user_name" name="UserName">
      <label>Full &amp;name</label>
      <whatsthis>Enter your full name here. This name will be displayed as "Organizer" in to-dos and events you create.</whatsthis>
      <default code="true">i18n(&quot;Anonymous&quot;)</default>
    </entry>
    <entry type="String" key="user_email" name="UserEmail">
      <label>E&amp;mail address</label>
      <whatsthis>Enter here your e-mail address. This e-mail address will be used to identify the owner of the calendar, and displayed in events and to-dos you create.</whatsthis>
      <default code="true">i18n(&quot;nobody@nowhere&quot;)</default>
    </entry>
    <entry type="Enum" key="Mail Client">
      <label>Mail Client</label>
      <choices>
        <choice name="MailClientKMail">
          <label>KMail</label>
          <whatsthis>Select this option to use KMail as the mail transport. The mail transport is used for groupware functionality.</whatsthis>
        </choice>
        <choice name="MailClientSendmail">
          <label>Sendmail</label>
          <whatsthis>Select this option to use sendmail as the mail transport. The mail transport is used for groupware functionality. Please check if you have sendmail installed before selecting this option.</whatsthis>
        </choice>
      </choices>
      <default>MailClientKMail</default>
    </entry>
  </group>

  <group name="Time &amp; Date">
    <entry type="String" name="TimeZoneId">
      <whatsthis>Select your timezone from the list of locations on this drop down box. If your city is not listed, select one which shares the same timezone. KOrganizer will automatically adjust for daylight savings.</whatsthis>
    </entry>
    <entry type="String" name="Holidays">
      <label>Use holiday region:</label>
      <whatsthis>Select from which region you want to use the holidays here. Defined holidays are shown as non-working days in the date navigator, the agenda view, etc.</whatsthis>
    </entry>
    <entry type="DateTime" name="StartTime">
      <label>Default appointment time</label>
      <whatsthis>Enter the default time for events here. The default is used if you do not supply a start time.</whatsthis>
      <default>TQDateTime(TQDate(), TQTime(10,0))</default>
    </entry>
    <entry type="DateTime" name="DefaultDuration">
      <label>Default duration of new appointment (HH:MM)</label>
      <whatsthis>Enter default duration for events here. The default is used if you do not supply an end time.</whatsthis>
      <default>TQDateTime(TQDate(), TQTime(0,15))</default>
    </entry>

    <entry type="Int" key="Default Reminder Time" name="ReminderTime">
      <label>Default reminder time</label>
      <whatsthis>Enter the default reminder time for all newly created items. The time unit is specified in the adjacent combobox.</whatsthis>
      <tooltip>Default time for reminders</tooltip>
      <default>15</default>
    </entry>
    <entry type="Int" key="Default Reminder Time Units" name="ReminderTimeUnits">
      <whatsthis>Enter the default reminder time units for all newly created items. The time is specified in the adjacent spinbox.</whatsthis>
      <tooltip>Default time unit for reminders</tooltip>
      <default>0</default>
    </entry>
    <entry type="Bool" key="Enable Default Audio File" name="defaultAudioFileReminders">
      <label>Enable a default sound file for audio reminders</label>
      <whatsthis>Check this box if you want to enable the specified file to be used as the default sound file for new reminders. You can always specify another file in the Advanced Reminder accessible from the Event or To-do editors.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Path" key="Reminder Audio File"  name="audioFilePath">
      <label>Default audio file</label>
      <whatsthis>Set a file to be used as the default sound file for new reminders. You can always specify another file in the Advanced Reminder accessible from the Event or To-do editors.</whatsthis>
    </entry>
    <entry type="Bool" key="Enable Event Reminders" name="defaultEventReminders">
      <label>Enable reminders for new Events</label>
      <whatsthis>Check this box if you want to enable reminders for all newly created Events. You can always turn-off the reminders in the Event editor dialog.</whatsthis>
      <tooltip>By default, enable reminders for new events</tooltip>
      <default>false</default>
    </entry>
    <entry type="Bool" key="Enable To-do Reminders" name="defaultTodoReminders">
      <label>Enable reminders for new To-dos</label>
      <whatsthis>Check this box if you want to enable reminders for all newly created To-dos. You can always turn-off the reminders in the To-do editor dialog.</whatsthis>
      <tooltip>By default, enable reminders for new to-dos</tooltip>
      <default>false</default>
    </entry>
  </group>

  <group name="Views">
    <entry type="Int" key="Hour Size">
      <label>Hour size</label>
      <whatsthis>Select on this spin box the height of the hour rows in the schedule view.</whatsthis>
      <default>10</default>
      <min>4</min>
      <max>30</max>
    </entry>
    <entry type="Bool" key="Show Daily Recurrences" name="DailyRecur">
      <label>Show events that recur daily in date navigator</label>
      <whatsthis>Check this box to show the days containing daily recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non daily recurring) events.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Bool" key="Show Weekly Recurrences" name="WeeklyRecur">
      <label>Show events that recur weekly in date navigator</label>
      <whatsthis>Check this box to show the days containing weekly recurring events in bold typeface in the Date Navigator, or uncheck it to give more prominence to other (non weekly recurring) events.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Bool" key="Week Numbers Show Work Week" name="weekNumbersShowWork">
      <label>Week numbers select a work week when in work week view</label>
      <whatsthis>Check this box to select a work week when clicking on date navigator's week numbers or uncheck it to chose the whole week.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Bool" key="Enable ToolTips">
      <label>Enable tooltips displaying summary of events</label>
      <whatsthis>Check this box to display an event summary tooltip when hovering the mouse over an event.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Bool" name="ShowAllDayTodo">
      <label>Show to-dos in day, week and month views</label>
      <whatsthis>Check this box to display to-dos in the day, week, and month view. This is helpful when you have a lot of (recurring) to-dos.</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Bool" key="Enable Month-View Scrollbars" name="EnableMonthScroll">
      <label>Enable scrollbars in month view cells</label>
      <whatsthis>Check this box to display scrollbars when clicking on a cell in the month view; they will only appear when needed though.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Bool" name="SelectionStartsEditor">
      <label>Time range selection in agenda view starts event editor</label>
      <whatsthis>Check this box to start the event editor automatically when you select a time range in the daily and weekly view. To select a time range, drag the mouse from the start time to the end time of the event you are about to plan.</whatsthis>
      <default>false</default>
    </entry>

    <entry type="Bool" key="Show current-time line" name="MarcusBainsEnabled">
      <label>Show current-time (Marcus Bains) line</label>
      <whatsthis>Check this box to display a red line in the day or week view indicating the current-time line (Marcus Bains line).</whatsthis>
      <default>true</default>
    </entry>
    <entry type="Bool" key="Current-time line shows seconds" name="MarcusBainsShowSeconds">
      <label>Show seconds on current-time line</label>
      <whatsthis>Check this box if you want to show seconds on the current-time line.</whatsthis>
      <default>true</default>
    </entry>

    <entry type="Enum" key="AgendaViewColors">
      <label>Colors used in agenda view</label>
      <whatsthis>Choose the colors of the agenda view items.</whatsthis>
      <choices>
        <choice name="CategoryInsideResourceOutside">
          <label>Category inside, calendar outside</label>
        </choice>
        <choice name="ResourceInsideCategoryOutside">
          <label>Calendar inside, category outside</label>
        </choice>
        <choice name="CategoryOnly">
          <label>Only category</label>
        </choice>
        <choice name="ResourceOnly">
          <label>Only calendar</label>
        </choice>
      </choices>
      <default>ResourceInsideCategoryOutside</default>
    </entry>

    <entry type="Enum" name="Agenda View Calendar Display">
      <label>Agenda View Calendar Display</label>
      <choices>
        <choice name="CalendarsMerged">
            <label>Merge all calendars into one view</label>
        </choice>
        <choice name="CalendarsSideBySide">
            <label>Show calendars side by side</label>
        </choice>
        <choice name="AllCalendarViews">
            <label>Switch between views with tabs</label>
        </choice>
      </choices>
      <default>CalendarsMerged</default>
    </entry>

    <entry type="DateTime" name="DayBegins">
      <label>Day begins at</label>
      <whatsthis>Enter the start time for events here. This time should be the earliest time that you use for events, as it will be displayed at the top.</whatsthis>
      <default>TQDateTime(TQDate(), TQTime(7,0))</default>
    </entry>

    <entry type="DateTime" name="WorkingHoursStart">
      <label>Daily starting hour</label>
      <whatsthis>Enter the start time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis>
      <default>TQDateTime(TQDate(), TQTime(8,0))</default>
    </entry>
    <entry type="DateTime" name="WorkingHoursEnd">
      <label>Daily ending hour</label>
      <whatsthis>Enter the ending time for the working hours here. The working hours will be marked with color by KOrganizer.</whatsthis>
      <default>TQDateTime(TQDate(), TQTime(17,0))</default>
    </entry>
    <entry type="Int" key="Work Week Mask" name="WorkWeekMask">
      <default>31</default>
    </entry>
    <entry type="Bool" key="Exclude Holidays">
      <label>Exclude holidays</label>
      <whatsthis>Check this box to prevent KOrganizer from marking the working hours on holidays.</whatsthis>
      <default>true</default>
    </entry>

    <entry type="Enum" key="MonthItemColors">
      <label>Colors used in month view</label>
      <whatsthis>Choose the colors of the month view items.</whatsthis>
      <choices>
        <choice name="MonthItemCategoryInsideResourceOutside">
          <label>Category inside, calendar outside</label>
        </choice>
        <choice name="MonthItemResourceInsideCategoryOutside">
          <label>Calendar inside, category outside</label>
        </choice>
        <choice name="MonthItemCategoryOnly">
          <label>Only category</label>
        </choice>
        <choice name="MonthItemResourceOnly">
          <label>Only calendar</label>
        </choice>
      </choices>
      <default>MonthItemResourceInsideCategoryOutside</default>
    </entry>

    <entry type="Bool" key="Full View Month">
      <label>Month view uses full window</label>
      <whatsthis>Check this box to use the full KOrganizer window when displaying the month view. If this box is checked, you will gain some space for the monthly view, but other widgets, such as the date navigator, the item details and the resources list, will not be displayed.</whatsthis>
      <default>false</default>
    </entry>
    <entry type="Bool" key="Full View Todo">
      <label>To-do list view uses full window</label>
      <whatsthis>Check this box to use the full KOrganizer window when displaying the to-do list view. If this box is checked, you will gain some space for the to-do list view, but other widgets, such as the date navigator, the to-do details and the resources list, will not be displayed.</whatsthis>
      <default>true</default>
    </entry>

    <entry type="Bool" key="Record Todos In Journals">
      <label>Record completed to-dos in journal entries</label>
      <whatsthis>Check this box to record the completion of a to-do in a new entry of your journal automatically.</whatsthis>
      <default>false</default>
    </entry>

    <entry type="Bool" key="Quick Todo" name="EnableQuickTodo">
      <default>true</default>
    </entry>

    <entry type="Int" key="Next X Days">
      <label>Next x days</label>
      <whatsthis>Select on this spin box the number of &quot;x&quot; days to be displayed in the next days view. To access the  the next &quot;x&quot; days view, choose the &quot;Next X Days&quot; menu item from the &quot;View&quot; menu.</whatsthis>
      <default>3</default>
    </entry>

  </group>

  <group name="Layout">
    <entry type="Bool" key="CompactDialogs">
      <default>false</default>
    </entry>
    <entry type="Bool" key="VerticalScreen">
      <default>false</default>
    </entry>
  </group>

  <group name="KOrganizer Plugins">
    <entry type="StringList" name="SelectedPlugins">
      <default>holidays,webexport</default>
    </entry>
  </group>

  <group name="Editors">
    <entry type="StringList" name="EventTemplates">
    </entry>
    <entry type="StringList" name="TodoTemplates">
    </entry>
    <entry type="StringList" name="JournalTemplates">
    </entry>

    <entry type="StringList" name="ActiveDesignerFields">
    </entry>
  </group>

  <group name="Group Scheduling">
    <entry type="Enum" name="IMIPScheduler">
      <choices>
        <choice name="IMIPDummy"/>
        <choice name="IMIPKMail"/>
      </choices>
      <default>IMIPKMail</default>
    </entry>
    <entry type="Bool" key="Use Groupware Communication">
      <label>Use Groupware communication</label>
      <whatsthis>Check this box to enable automatic generation of mails when creating, updating or deleting events (or to-dos) involving other attendees. You should check this box if you want to use the groupware functionality (e.g. Configuring Kontact as a TDE Kolab client).</whatsthis>
      <default>true</default>
    </entry>

    <entry type="StringList" name="AdditionalMails">
    </entry>

    <entry name="OutlookCompatCounterProposals" type="Bool">
      <label>Send Outlook-like pseudo counter proposals</label>
      <default>false</default>
    </entry>

  </group>

  <group name="Colors">
    <entry type="Color" key="Holiday Color">
      <label>Holiday color</label>
      <whatsthis>Select the holiday color here. The holiday color will be used for the holiday name in the month view and the holiday number in the date navigator.</whatsthis>
      <default>255, 100, 100</default>
    </entry>
    <entry type="Color" key="Highlight Color">
      <label>Highlight color</label>
      <whatsthis>Select the highlight color here. The highlight color will be used for marking the currently selected area in your agenda and in the date navigator.</whatsthis>
      <default>100, 100, 255</default>
    </entry>
    <entry type="Color" key="AgendaBackgroundColor" name="AgendaBgColor">
      <label>Agenda view background color</label>
      <whatsthis>Select the agenda view background color here.</whatsthis>
      <default>255, 255, 255</default>
    </entry>
    <entry type="Color" key="WorkingHoursColor">
      <label>Working hours color</label>
      <whatsthis>Select the working hours color for the agenda view here.</whatsthis>
      <default>255, 235, 154</default>
    </entry>
    <entry type="Color" key="Todo due today Color" name="TodoDueTodayColor">
      <label>To-do due today color</label>
      <whatsthis>Select the to-do due today color here.</whatsthis>
      <default>255, 200, 50</default>
    </entry>
    <entry type="Color" key="Todo overdue Color" name="TodoOverdueColor">
      <label>To-do overdue color</label>
      <whatsthis>Select the to-do overdue color here.</whatsthis>
      <default>255, 100, 100</default>
    </entry>
    <entry type="Color" key="Unset Category Color">
      <label>"No category" color (for "Only category" drawing schemes)</label>
      <whatsthis>Select a color to use for the "no category" or "unset category" situation, when an item does not belong to any category. This color is used when drawing items in the agenda or month views using the "Only category" scheme.</whatsthis>
      <default>151, 235, 121</default>
    </entry>

    <entry type="Bool" key="AssignDefaultResourceColors">
      <default>true</default>
    </entry>
    <entry type="Int" key="DefaultResourceColorSeed">
      <default>0</default>
    </entry>
    <entry type="StringList" key="DefaultResourceColors">
        <default>#c1d4e7,#d0e7c1,#e3e7c1,#e7c1e6,#a1b1c1</default>
    </entry>

  </group>

  <group name="Fonts">
    <entry type="Font" key="TimeBar Font">
      <label>Time bar</label>
      <whatsthis>Press this button to configure the time bar font. The time bar is the widget that shows the hours in the agenda view. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the hour font for the time bar.</whatsthis>
    </entry>
    <entry type="Font" key="AgendaView Font">
      <label>Agenda view</label>
      <whatsthis>Press this button to configure the agenda view font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the events in the agenda view.</whatsthis>
    </entry>
    <entry type="Font" key="MarcusBains Font">
      <label>Current-time line</label>
      <whatsthis>Press this button to configure the current-time line font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the current-time line in the agenda view.</whatsthis>
    </entry>
    <entry type="Font" key="MonthView Font">
      <label>Month view</label>
      <whatsthis>Press this button to configure the month view font. This button will open the &quot;Select Font&quot; dialog, allowing you to choose the font for the items in the month view.</whatsthis>
    </entry>
  </group>

  <group name="FreeBusy">

    <entry type="Bool" name="FreeBusyPublishAuto">
      <default>false</default>
    </entry>

    <entry type="Int" name="FreeBusyPublishDelay">
      <default>5</default>
    </entry>
    <entry type="Int" key="FreeBusyPublishDays">
      <default>60</default>
    </entry>

    <entry type="String" name="FreeBusyPublishUrl">
      <label>Free/Busy Publish URL</label>
      <whatsthis>URL for publishing free/busy information</whatsthis>
    </entry>
    <entry type="String" name="FreeBusyPublishUser">
      <label>Free/Busy Publish Username</label>
      <whatsthis>Username for publishing free/busy information</whatsthis>
    </entry>
    <entry type="Password" name="FreeBusyPublishPassword">
      <label>Free/Busy Publish Password</label>
      <whatsthis>Password for publishing free/busy information</whatsthis>
    </entry>
    <entry type="Bool" name="FreeBusyPublishSavePassword">
      <default>false</default>
    </entry>

    <entry type="Bool" name="FreeBusyRetrieveAuto">
      <label>Enable Automatic Free/Busy Retrieval</label>
      <default>false</default>
    </entry>

    <entry type="Bool" name="FreeBusyCheckHostname">
      <label>Check whether hostname and retrieval email address match</label>
      <whatsthis>With this setting you can configure whether the domain part of the free/busy url has to match the domain part of the user id you are looking for. For example if this option is 'true' then looking for the free/busy data of joe@mydomain.com on the server www.yourdomain.com won't work.</whatsthis>
      <default>false</default>
    </entry>

    <entry type="Bool" name="FreeBusyFullDomainRetrieval">
      <label>Use full email address for retrieval</label>
      <whatsthis>With this setting, you can change the filename that will be fetched from the server. With this checked, it will download a free/busy file called user@domain.ifb, for example nn@kde.org.ifb. Without this set, it will download user.ifb, for example nn.ifb.</whatsthis>
      <default>false</default>
    </entry>

    <entry type="String" name="FreeBusyRetrieveUrl">
      <label>Free/Busy Retrieval URL</label>
    </entry>
    <entry type="String" name="FreeBusyRetrieveUser">
      <label>Free/Busy Retrieval Username</label>
    </entry>
    <entry type="Password" name="FreeBusyRetrievePassword">
      <label>Free/Busy Retrieval Password</label>
      <whatsthis>Password for retrieving free/busy information</whatsthis>
    </entry>
    <entry type="Bool" name="FreeBusyRetrieveSavePassword">
      <default>false</default>
    </entry>

  </group>

  <group name="Kontact">
    <entry type="Enum" name="DefaultEmailAttachMethod">
      <label>Default email attachment method</label>
      <whatsthis>The default way of attaching dropped emails to an event</whatsthis>
      <choices>
        <choice name="Ask">
          <label>Always ask</label>
        </choice>
        <choice name="Link">
          <label>Only attach link to message</label>
        </choice>
        <choice name="InlineFull">
          <label>Attach complete message</label>
        </choice>
        <choice name="InlineBody">
          <label>Attach message without attachments</label>
        </choice>
      </choices>
      <default>Ask</default>
    </entry>
    <entry type="Enum" name="DefaultTodoAttachMethod">
      <label>Default todo attachment method</label>
      <whatsthis>The default way of attaching dropped emails to a task</whatsthis>
      <choices>
        <choice name="TodoAttachAsk">
          <label>Always ask</label>
        </choice>
        <choice name="TodoAttachLink">
          <label>Only attach link to message</label>
        </choice>
        <choice name="TodoAttachInlineFull">
          <label>Attach complete message</label>
        </choice>
      </choices>
      <default>TodoAttachInlineFull</default>
    </entry>
  </group>
</kcfg>