diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.shell.gschema.xml.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.shell.gschema.xml.in b/data/org.gnome.evolution.shell.gschema.xml.in index e5c09799de..9164983d90 100644 --- a/data/org.gnome.evolution.shell.gschema.xml.in +++ b/data/org.gnome.evolution.shell.gschema.xml.in @@ -18,7 +18,12 @@ <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> + <_description>Whether Evolution will start up in offline mode instead of online mode.</_description> + </key> + <key name="currently-offline" type="b"> + <default>false</default> + <_summary>Current state of offline mode</_summary> + <_description>Set to true when evolution is currently in offline mode, false otherwise. This is responding to both user choice of working online/offline and network outages noticed by any network monitoring system.</_description> </key> <key name="folder-paths" type="as"> <default>[]</default> |