diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 06:53:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 09:42:56 +0800 |
commit | 2e60b6a4a21105bb4a1e2badd1be51b3e684d165 (patch) | |
tree | d3cfea8c8660785403ebce50fbedcd7cae23b6cb /data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in | |
parent | adf6645d525842692ca625a278e41a66cd02d2b6 (diff) | |
download | gsoc2013-evolution-2e60b6a4a21105bb4a1e2badd1be51b3e684d165.tar.gz gsoc2013-evolution-2e60b6a4a21105bb4a1e2badd1be51b3e684d165.tar.zst gsoc2013-evolution-2e60b6a4a21105bb4a1e2badd1be51b3e684d165.zip |
Tweak GSettings schemas.
- Don't use the term "eplugin" for modules.
- Use the term "plugin" instead of "eplugin" for plugins.
- Split SpamAssassin settings into a separate schema.
Diffstat (limited to 'data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in new file mode 100644 index 0000000000..7d9aefc9e9 --- /dev/null +++ b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in @@ -0,0 +1,39 @@ +<schemalist> + <schema gettext-domain="evolution" id="org.gnome.evolution.plugin.autocontacts" path="/org/gnome/evolution/plugin/autocontacts/"> + <key name="addressbook-source" type="s"> + <default>''</default> + <_summary>Address book source</_summary> + <_description>Address book to use for storing automatically synced contacts</_description> + </key> + <key name="auto-sync-gaim" type="b"> + <default>false</default> + <_summary>Auto sync GAIM contacts</_summary> + <_description>Whether GAIM contacts should be automaticall synced</_description> + </key> + <key name="enable" type="b"> + <default>false</default> + <_summary>Enable autocontacts</_summary> + <_description>Whether contacts should be automatically added to the user's addressbook</_description> + </key> + <key name="gaim-addressbook-source" type="s"> + <default>''</default> + <_summary>GAIM address book source</_summary> + <_description>Address book to use for storing automatically synced contacts from GAIM</_description> + </key> + <key name="gaim-check-interval" type="i"> + <default>10</default> + <_summary>GAIM check interval</_summary> + <_description>Check interval for GAIM syncing of contacts</_description> + </key> + <key name="gaim-last-sync-md5" type="s"> + <default>''</default> + <_summary>GAIM last sync MD5</_summary> + <_description>GAIM last sync MD5</_description> + </key> + <key name="gaim-last-sync-time" type="s"> + <default>''</default> + <_summary>GAIM last sync time</_summary> + <_description>GAIM last sync time</_description> + </key> + </schema> +</schemalist> |