aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/templates/apps-evolution-template-placeholders.schemas.in
blob: c6a1f4d07d02d5d48cbf3b864c93dc436c5d0945 (plain) (blame)
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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/evolution/mail/template_placeholders</key>
      <applyto>/apps/evolution/mail/template_placeholders</applyto>
      <owner>evolution-mail</owner>
      <type>list</type>
      <list_type>string</list_type>

      <!-- The following are the keyword/value pairs used by the plugin to 
      substitute the messages stored under the Templates folder. The list can 
      have any number of such pairs.-->

      <default>[myphone=012345,myplace=Abcd,myname=Alice]</default>
      <locale name="C">
         <short>List of keyword/value pairs for the Templates plugin to 
        substitute in a message body.</short>
         <long>
           List of keyword/value pairs for the Templates plugin to 
           substitute in a message body.
         </long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>