blob: 0ac359ee25c50250585340724a765b1d6bd8e242 (
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
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.mail" path="/apps/evolution/mail/">
<key name="check-if-default-mailer" type="b">
<default>true</default>
<_summary>Check whether Evolution is the default mailer</_summary>
<_description>Every time Evolution starts, check whether or not it is the default mailer.</_description>
</key>
<key name="template-placeholders" type="as">
<default>['myphone=012345','myplace=Abcd','myname=Alice']</default>
<_summary>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_summary>
<_description>List of keyword/value pairs for the Templates plugin to substitute in a message body.</_description>
</key>
<key name="attachment-reminder-clues" type="as">
<default>['attachment','attaching','attached','enclosed']</default>
<_summary>List of clues for the attachment reminder plugin to look for in a message body</_summary>
<_description>List of clues for the attachment reminder plugin to look for in a message body.</_description>
</key>
<key name="custom-headers" type="as">
<default>['Security=Personal;Unclassified;Protected;InConfidence;Secret;Topsecret']</default>
<_summary>List of Custom Headers</_summary>
<_description>The key specifies the list of custom headers that you can add to an outgoing message. The format for specifying a Header and Header value is: Name of the custom header followed by "=" and the values separated by ";"</_description>
</key>
</schema>
</schemalist>
|