aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.schema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-11-01 01:49:45 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-01 01:49:45 +0800
commit748368460cbf26983a3f0cd9ce6159557b962eb9 (patch)
treeb08e5719912ccb18655f6d495c3dd356c1cfb272 /data/org.gnome.evolution.schema.xml.in
parent52fbacb68d758a5ba054f88c4f64432ab713f71e (diff)
downloadgsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar.gz
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar.bz2
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar.lz
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar.xz
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.tar.zst
gsoc2013-evolution-748368460cbf26983a3f0cd9ce6159557b962eb9.zip
Start settings schemas migration
Diffstat (limited to 'data/org.gnome.evolution.schema.xml.in')
-rw-r--r--data/org.gnome.evolution.schema.xml.in52
1 files changed, 52 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.schema.xml.in b/data/org.gnome.evolution.schema.xml.in
new file mode 100644
index 0000000000..8a7653454c
--- /dev/null
+++ b/data/org.gnome.evolution.schema.xml.in
@@ -0,0 +1,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>