aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.mail.gschema.xml.in
blob: 86cbb12dce9b703f1521d052eb5f2191d319bc3e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<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>
    <key name="utf8-for-spam-filter" type="b">
      <default>true</default>
      <_summary>Convert mail messages to Unicode</_summary>
      <_description>Convert message text to Unicode UTF-8 to unify spam/ham tokens coming from different character sets.</_description>
    </key>
    <key name="insert-face-picture" type="b">
      <default>false</default>
      <_summary>Insert Face picture by default</_summary>
      <_description>Whether insert Face picture to outgoing messages by default. The picture should be set before checking this, otherwise nothing happens.</_description>
    </key>
    <key name="notify-only-inbox" type="b">
      <default>true</default>
      <short>Notify new messages for Inbox only.</short>
      <long>Whether to notify new messages in Inbox folder only.</long>
    </key>
    <key name="notify-dbus-enabled" type="b">
      <default>true</default>
      <short>Enable D-Bus messages.</short>
      <long>Generates a D-Bus message when new mail messages arrive.</long>
    </key>
    <key name="notify-status-enabled" type="b">
      <default>true</default>
      <short>Enable icon in notification area.</short>
      <long>Show new mail icon in notification area when new messages arrive.</long>
    </key>
    <key name="notify-status-notification" type="b">
      <default>true</default>
      <short>Popup message together with the icon.</short>
      <long>Whether show message over the icon when new messages arrive.</long>
    </key>
    <key name="notify-sound-enabled" type="b">
      <default>true</default>
      <short>Play sound when new messages arrive.</short>
      <long>Whether play sound or beep when new messages arrive.</long>
    </key>
    <key name="notify-sound-beep" type="b">
      <default>true</default>
      <short>Beep or play sound file.</short>
      <long>If "true", then beep, otherwise will play sound file when new messages arrive.</long>
    </key>
    <key name="notify-sound-file" type="s">
      <default>''</default>
      <short>Sound file name to be played.</short>
      <long>Sound file to be played when new messages arrive, if not in beep mode.</long>
    </key>
    <key name="notify-sound-use-theme" type="b">
      <default>false</default>
      <short>Use sound theme</short>
      <long>Play themed sound when new messages arrive, if not in beep mode.</long>
    </key>
  </schema>
</schemalist>