summaryrefslogtreecommitdiff
path: root/data/org.gnome.evolution-data-server.gschema.xml.in
blob: a669207cd14a739414b40c1a4ce266ba4589b167 (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
<schemalist>
  <schema gettext-domain="evolution-data-server" id="org.gnome.evolution-data-server" path="/org/gnome/evolution-data-server/">
    <key name="migrated" type="b">
      <default>false</default>
      <_summary>Whether the migration of old setting was already done</_summary>
    </key>
    <key name="camel-gpg-binary" type="s">
      <default>''</default>
      <_summary>An absolute path where the gpg (or gpg2) binary is</_summary>
      <_description>An example is “/usr/bin/gpg”; when it is left empty, or an incorrect value is set, then it will be searched for. Change requires restart of the application.</_description>
    </key>
    <key name="camel-cipher-load-photos" type="b">
      <default>true</default>
      <_summary>Whether to load photos of signers/encrypters</_summary>
      <_description>When set to “true”, tries to load also photo of the signers/encrypters, if available in the key/certificate.</_description>
    </key>
    <key name="network-monitor-gio-name" type="s">
      <default>''</default>
      <_summary>GIO name of the GNetworkMonitor to use for an ENetworkMonitor instance</_summary>
      <_description>When set to an unknown value, then the default GNetworkMonitor is used in the background. A special value “always-online” is used for no network monitoring.</_description>
    </key>
    <key name="autoconfig-directory" type="s">
      <default>''</default>
      <_summary>A full path to a directory where .source files with preconfigured options can be stored</_summary>
      <_description>This directory, if filled with an existing path, is checked additionally to XDG configure directories.</_description>
    </key>
    <key name="autoconfig-variables" type="as">
      <default>['']</default>
      <_summary>A list of variables which can be part of the autoconfig .source files</_summary>
      <_description>Each item of the array is expected to be of the form: name=value. These variables are checked before environment variables, but after the predefined USER, REALNAME and HOST variables.</_description>
    </key>
  </schema>
</schemalist>