Warning, /pim/incidenceeditor/src/incidenceeditor.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM
0003     "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0004 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0005       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0007       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0008   <kcfgfile name="incidenceeditorrc"/>
0009 
0010   <group name="AttachmentHandling">
0011     <entry type="Enum" name="DefaultEmailAttachMethod">
0012       <label>Default Email Attachment Method</label>
0013       <tooltip>Choose the default way of attaching dropped emails to an event</tooltip>
0014       <whatsthis>The default way of attaching dropped emails to an event</whatsthis>
0015       <choices>
0016         <choice name="Ask">
0017           <label>Always ask</label>
0018         </choice>
0019         <choice name="Link">
0020           <label>Only attach link to message</label>
0021         </choice>
0022         <choice name="InlineFull">
0023           <label>Attach complete message</label>
0024         </choice>
0025         <choice name="InlineBody">
0026           <label>Attach message without attachments</label>
0027         </choice>
0028       </choices>
0029       <default>Ask</default>
0030     </entry>
0031   </group>
0032  </kcfg>