aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.schema.xml.in
blob: 8a7653454c21e281e8e554fd3b7c5791dcb3b17a (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
<schemalist>
  <schema gettext-domain="evolution" id="org.gnome.evolution" path="/apps/evolution/">
    <child name="shell" schema="org.gnome.evolution.shell"/>
    <key name="version" type="s">
      <default>''</default>
      <_summary>Configuration version</_summary>
      <_description>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</_description>
    </key>
    <key name="last-upgraded-version" type="s">
      <default>''</default>
      <_summary>Last upgraded configuration version</_summary>
      <_description>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</_description>
    </key>
  </schema>
  <schema gettext-domain="evolution" id="org.gnome.evolution.shell" path="/apps/evolution/shell/">
    <key name="skip-warning-dialog" type="b">
      <default>false</default>
      <_summary>Skip development warning dialog</_summary>
      <_description>Whether the warning dialog in development versions of Evolution is skipped.</_description>
    </key>
    <key name="attachment-view" type="i">
      <default>0</default>
      <_summary>Initial attachment view</_summary>
      <_description>Initial view for attachment bar widgets. "0" is Icon View, "1" is List View.</_description>
    </key>
    <key name="file-chooser-folder" type="s">
      <default>''</default>
      <_summary>Initial file chooser folder</_summary>
      <_description>Initial folder for GtkFileChooser dialogs.</_description>
    </key>
    <key name="start-offline" type="b">
      <default>false</default>
      <_summary>Start in offline mode</_summary>
      <_description> Whether Evolution will start up in offline mode instead of online mode.</_description>
    </key>
    <key name="folder-paths" type="as">
      <default>[]</default>
      <_summary>Offline folder paths</_summary>
      <_description>List of paths for the folders to be synchronized to disk for offline usage.</_description>
    </key>
    <key name="express-mode" type="b">
      <default>false</default>
      <_summary>Enable express mode</_summary>
      <_description>Flag that enables a much simplified user interface.</_description>
    </key>
    <key name="window-y" type="i">
      <default></default>
      <_summary>Default window Y coordinate</_summary>
      <_description>The default Y coordinate for the main window.</_description>
    </key>
  </schema>
</schemalist>