aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in')
-rw-r--r--shell/apps_evolution_shell.schemas.in27
1 files changed, 26 insertions, 1 deletions
diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in
index f7d1e71f98..5375f09845 100644
--- a/shell/apps_evolution_shell.schemas.in
+++ b/shell/apps_evolution_shell.schemas.in
@@ -41,7 +41,32 @@
</locale>
</schema>
- <!-- Offline Mode -->
+ <!-- Recovery -->
+ <schema>
+ <key>/schemas/apps/evolution/shell/skip_recovery_dialog</key>
+ <applyto>/apps/evolution/shell/skip_recovery_dialog</applyto>
+ <owner>evolution</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Skip recovery warning dialog</short>
+ <long>Whether the warning dialog in recovery of Evolution is skipped.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/shell/recovery</key>
+ <applyto>/apps/evolution/shell/recovery</applyto>
+ <owner>evolution</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Whether crash recovery should be done or not</short>
+ <long>Decides whether the crash recovery should be run or not</long>
+ </locale>
+ </schema>
+
+ <!-- Offline Mode -->
<schema>
<key>/schemas/apps/evolution/shell/start_offline</key>