summaryrefslogtreecommitdiffstats
path: root/kmail/templatesconfiguration_kfg.kcfg
blob: 5fab53e7311db9776c31a16061a4faa39fefce08 (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
<?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="kmailrc">
    <parameter name="folder" />
  </kcfgfile>

  <group name="Templates #$(folder)">
    <entry name="UseCustomTemplates" type="Bool" key="UseCustomTemplates">
      <label></label>
      <whatsthis></whatsthis>
      <default>false</default>
    </entry>
    <entry name="TemplateNewMessage" type="String" key="TemplateNewMessage">
      <label></label>
      <whatsthis></whatsthis>
      <default></default>
    </entry>
    <entry name="TemplateReply" type="String" key="TemplateReply">
      <label></label>
      <whatsthis></whatsthis>
      <default></default>
    </entry>
    <entry name="TemplateReplyAll" type="String" key="TemplateReplyAll">
      <label></label>
      <whatsthis></whatsthis>
      <default></default>
    </entry>
    <entry name="TemplateForward" type="String" key="TemplateForward">
      <label></label>
      <whatsthis></whatsthis>
      <default></default>
    </entry>
    <entry name="QuoteString" type="String" key="QuoteString">
      <label></label>
      <whatsthis></whatsthis>
      <default></default>
    </entry>
  </group>

</kcfg>