Allow specializations to decide when re-indexing is necessary.
[kdepim.git] / messagecore / messagecore.kcfg
blobd02edfd9ae1029cda1f4bd62478e3ca3d8d807ff
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 <kcfgfile name="messagecorerc" />
7 <include>qtextcodec.h</include>
9 <group name="General">
10 <entry name="disregardUmask" type="Bool">
11 <label>Disregard the user's umask setting and use "read-write for the user only" instead</label>
12 <default>false</default>
13 </entry>
14 <entry name="dateFormat" type="Int">
15 <default code="true">int( KMime::DateFormatter::Fancy )</default>
16 </entry>
17 <entry name="customDateFormat" type="string">
18 </entry>
19 </group>
21 <group name="Fonts">
22 <entry name="UseDefaultFonts" type="Bool" key="defaultFonts">
23 <default>true</default>
24 </entry>
25 </group>
27 <group name="Reader">
28 <entry name="UseDefaultColors" type="Bool" key="defaultColors">
29 <default>true</default>
30 </entry>
31 <entry name="FallbackCharacterEncoding" type="String"
32 key="FallbackCharacterEncoding">
33 <default code="true">QString(
34 QTextCodec::codecForLocale()-&gt;name() ).toLower() ==
35 "eucjp" ? QString("jis7") : QString(
36 QTextCodec::codecForLocale()-&gt;name() ).toLower()</default>
37 <whatsthis>Some emails, especially those generated automatically, do not specify the character encoding which needs to be used to properly display them. In such cases a fallback character encoding will be used, which you can configure here. Set it to the character encoding most commonly used in your part of the world. As a default the encoding configured for the whole system is used.</whatsthis>
38 </entry>
39 <entry name="OverrideCharacterEncoding" type="String"
40 key="encoding">
41 <default></default>
42 <whatsthis>Changing this from its default 'Auto' will force the use of the specified encoding for all emails, regardless of what they specify themselves.</whatsthis>
43 </entry>
44 </group>
46 </kcfg>