From 73656ae57ee8a42678e09b07c5d85fe45b9844a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 17 Nov 2011 17:19:48 +0100 Subject: Port autocontacts plugin to GSettings --- data/Makefile.am | 1 + data/evolution.convert | 9 +++++ ...e.evolution.eplugin.autocontacts.gschema.xml.in | 39 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 data/org.gnome.evolution.eplugin.autocontacts.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 4a4cc278d2..1aed9b3afe 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -18,6 +18,7 @@ gsettings_SCHEMAS = \ org.gnome.evolution.mail.gschema.xml \ org.gnome.evolution.shell.gschema.xml \ org.gnome.evolution.eplugin.attachment-reminder.gschema.xml \ + org.gnome.evolution.eplugin.autocontacts.gschema.xml \ org.gnome.evolution.eplugin.bogo-junk.gschema.xml \ org.gnome.evolution.eplugin.email-custom-header.gschema.xml \ org.gnome.evolution.eplugin.external-editor.gschema.xml \ diff --git a/data/evolution.convert b/data/evolution.convert index ecb5236406..190b9ee555 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -235,6 +235,15 @@ vfolder-editor-width = /apps/evolution/mail/vfolder_editor_width [org.gnome.evolution.eplugin.attachment-reminder] attachment-reminder-clues = /apps/evolution/mail/attachment_reminder_clues +[org.gnome.evolution.eplugin.autocontacts] +addressbook-source = /apps/evolution/autocontacts/addressbook_source +auto-sync-gaim = /apps/evolution/autocontacts/auto_sync_gaim +enable = /apps/evolution/autocontacts/enable_autocontacts +gaim-addressbook-source = /apps/evolution/autocontacts/gaim_addressbook_source +gaim-check-interval = /apps/evolution/autocontacts/gaim_check_interval +gaim-last-sync-md5 = /apps/evolution/autocontacts/gaim_last_sync_md5 +gaim-last-sync-time = /apps/evolution/autocontacts/gaim_last_sync_time + [org.gnome.evolution.eplugin.bogo-junk] utf8-for-spam-filter = /apps/evolution/mail/junk/bogofilter/unicode diff --git a/data/org.gnome.evolution.eplugin.autocontacts.gschema.xml.in b/data/org.gnome.evolution.eplugin.autocontacts.gschema.xml.in new file mode 100644 index 0000000000..f1ff4a12e2 --- /dev/null +++ b/data/org.gnome.evolution.eplugin.autocontacts.gschema.xml.in @@ -0,0 +1,39 @@ + + + + '' + <_summary>Address book source + <_description>Address book to use for storing automatically synced contacts + + + false + <_summary>Auto sync GAIM contacts + <_description>Whether GAIM contacts should be automaticall synced + + + false + <_summary>Enable autocontacts + <_description>Whether contacts should be automatically added to the user's addressbook + + + '' + <_summary>GAIM address book source + <_description>Address book to use for storing automatically synced contacts from GAIM + + + 10 + <_summary>GAIM check interval + <_description>Check interval for GAIM syncing of contacts + + + '' + <_summary>GAIM last sync MD5 + <_description>GAIM last sync MD5 + + + '' + <_summary>GAIM last sync time + <_description>GAIM last sync time + + + -- cgit v1.2.3