Make it possible to use a distinct selection model in the foldertreewidget.
[kdepim.git] / messagecomposer / messagecomposer.kcfg.cmake
blobfb167f5c8ce9983475e436aaa06c8e49141e3b69
1 <?xml version="1.0" encoding="utf-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
6 <include>kglobalsettings.h</include>
7 <kcfgfile name="mailcomposerrc" />
8 <group name="General">
9 <entry name="DefaultDomain" type="String" key="Default domain">
10 <default></default>
11 </entry>
12 </group>
14 <group name="Composer">
16 <entry name="ReplyPrefixes" type="StringList" key="reply-prefixes">
17 <default>Re\\s*:,Re\\[\\d+\\]:,Re\\d+:</default>
18 </entry>
20 <entry name="ReplaceReplyPrefix" type="Bool" key="replace-reply-prefix">
21 <label>Replace recognized prefi&amp;x with "Re:"</label>
22 <default>true</default>
23 </entry>
25 <entry name="ForwardPrefixes" type="StringList" key="forward-prefixes">
26 <default>Fwd:,FW:</default>
27 </entry>
29 <entry name="ReplaceForwardPrefix" type="Bool" key="replace-forward-prefix">
30 <label>Replace recognized prefix with "&amp;Fwd:"</label>
31 <default>true</default>
32 </entry>
34 <entry name="CustomMsgIDSuffix" type="String" key="myMessageIdSuffix">
35 <default></default>
36 </entry>
38 <entry name="UseCustomMessageIdSuffix" type="bool" key="useCustomMessageIdSuffix">
39 <default>false</default>
40 </entry>
42 <entry name="QuoteSelectionOnly" type="Bool">
43 <label>Only quote selected text when replying</label>
44 <default>true</default>
45 </entry>
47 <entry name="ForceReplyCharset" type="Bool" key="force-reply-charset">
48 <label>Keep original charset when replying or forwarding if possible</label>
49 <default>false</default>
50 </entry>
52 <entry name="PreferredCharsets" key="pref-charsets" type="StringList">
53 <default>us-ascii,iso-8859-1,locale,utf-8</default>
54 </entry>
56 <entry name="AutoTextSignature" type="String" key="signature">
57 <label>A&amp;utomatically insert signature</label>
58 <default>auto</default>
59 </entry>
60 <entry name="PrependSignature" type="Bool" key="prepend-signature">
61 <label>Insert signature above quoted text</label>
62 <default>false</default>
63 </entry>
64 <entry name="DashDashSignature" type="Bool" key="dash-dash-signature">
65 <label>Prepend separator to signature</label>
66 <default>true</default>
67 </entry>
69 <entry name="AllowSemicolonAsAddressSeparator" type="Bool">
70 <default>${ALLOW_SEMICOLON_AS_ADDRESS_SEPARATOR_DEFAULT}</default>
71 <label>Allow the semicolon character (';') to be used as separator in the message composer.</label>
72 </entry>
73 <entry name="ShowRecentAddressesInComposer" type="Bool" key="showRecentAddressesInComposer">
74 <label>Use recent addresses for autocompletion</label>
75 <whatsthis>Disable this option if you do not want recently used addresses to appear in the autocompletion list in the composer's address fields.</whatsthis>
76 <default>true</default>
77 </entry>
79 <entry name="MaximumRecipients" type="Int">
80 <label>Maximum number of recipient editor lines.</label>
81 <default>200</default>
82 </entry>
83 <entry name="SecondRecipientTypeDefault" type="Enum">
84 <choices>
85 <choice name="To"/>
86 <choice name="Cc"/>
87 </choices>
88 <default>To</default>
89 </entry>
90 <entry name="ShowMessagePartDialogOnAttach" type="Bool" key="showMessagePartDialogOnAttach">
91 <default>false</default>
92 </entry>
94 <entry name="MaximumAttachmentSize" type="Int">
95 <label>The maximum size in MB that email attachments are allowed to have (-1 for no limit).</label>
96 <default>-1</default>
97 </entry>
99 </group>
101 <group name="sending mail">
102 <entry name="SendImmediate" type="Bool" key="Immediate">
103 <default>true</default>
104 </entry>
105 </group>
107 </kcfg>