Build with non-standard boost locations.
[kdepim.git] / nepomuk_email_feeder / nepomuk_email_feeder.kcfg
blob93bc2bfd34a69554cfccbdca83b4666b353e1353
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:kcfg="http://www.kde.org/standards/kcfg/1.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
6 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
7 <group name="Encryption">
8 <entry name="IndexEncryptedContent" type="Enum">
9 <label>Index encrypted mail content.</label>
10 <choices>
11 <choice name="NoIndexing"/>
12 <choice name="EncryptedIndex"/>
13 <choice name="CleartextIndex"/>
14 </choices>
15 <default>NoIndexing</default>
16 </entry>
17 </group>
18 <group name="InitialIndexing">
19 <entry name="IndexAggressiveness" type="Enum">
20 <label>Aggressiveness for initial indexing.</label>
21 <choices>
22 <choice name="CachedOnly"/>
23 <choice name="LocalAndCached"/>
24 <choice name="Everything"/>
25 </choices>
26 <default>LocalAndCached</default>
27 </entry>
28 <entry name="IndexCompatLevel" type="Int">
29 <label>The compatibility level of the last successful full indexing.</label>
30 <default>0</default>
31 </entry>
32 </group>
33 </kcfg>