summaryrefslogtreecommitdiff
path: root/libebackend/org.gnome.evolution.eds-shell.gschema.xml
blob: cc7a367ff835e4e78d3398ed6f85802c8575ed4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <!-- This is a partial copy of org.gnome.evolution.shell, with just the start-offline key, refering
       to the same path, so that this state can be shared without having to depend on the schemas
       from the full evolution.
       This will be removed in later releases of e-d-s -->
  <schema path="/org/gnome/evolution/shell/" id="org.gnome.evolution.eds-shell">
    <key type="b" name="start-offline">
      <default>false</default>
      <summary>Start in offline mode</summary>
      <description>Whether Evolution will start up in offline mode instead of online mode.</description>
    </key>
  </schema>
</schemalist>