diff options
| author | Milan Crha <mcrha@redhat.com> | 2012-06-14 10:40:10 +0200 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2012-06-14 10:41:28 +0200 |
| commit | 8079043125af940a00a4570db6c462867acd8fa2 (patch) | |
| tree | 682b003368cee2b8f9f6a27e246f4e150df19497 /data/org.gnome.Evolution.DefaultSources.gschema.xml.in | |
| parent | 2dfe01b2d28ea4f1dac575e39eb3a25358b56d1a (diff) | |
| download | evolution-data-server-8079043125af940a00a4570db6c462867acd8fa2.tar.gz | |
Port remaining bits from GConf to GSettings
Diffstat (limited to 'data/org.gnome.Evolution.DefaultSources.gschema.xml.in')
| -rw-r--r-- | data/org.gnome.Evolution.DefaultSources.gschema.xml.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/data/org.gnome.Evolution.DefaultSources.gschema.xml.in b/data/org.gnome.Evolution.DefaultSources.gschema.xml.in new file mode 100644 index 000000000..d252491ba --- /dev/null +++ b/data/org.gnome.Evolution.DefaultSources.gschema.xml.in @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='UTF-8'?> +<schemalist> + + <schema path="/org/gnome/evolution/" id="org.gnome.Evolution.DefaultSources"> + <key name='default-address-book' type='s'> + <default>'system'</default> + <summary>The UID of the default address book</summary> + </key> + <key name='default-calendar' type='s'> + <default>'system'</default> + <summary>The UID of the default calendar</summary> + </key> + <key name='default-mail-account' type='s'> + <default>'system'</default> + <summary>The UID of the default mail account</summary> + </key> + <key name='default-mail-identity' type='s'> + <default>''</default> + <summary>The UID of the default mail identity</summary> + </key> + <key name='default-memo-list' type='s'> + <default>'system'</default> + <summary>The UID of the default memo list</summary> + </key> + <key name='default-task-list' type='s'> + <default>'system'</default> + <summary>The UID of the default task list</summary> + </key> + </schema> + +</schemalist> |
