From 60e6ecbb42bf19c23638cd4b7643b2ec19320b57 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 19 Dec 2009 00:46:19 -0500 Subject: Remove some obsolete GConf keys. /apps/evolution/mail/display/show_preview /apps/evolution/mail/display/thread_list These keys are no longer needed since we're storing the settings by folder now in ~/.evolution/mail/config/state. To simplify things we use hard-coded defaults: TRUE for PreviewVisible, FALSE for GroupByThreads. --- shell/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell') diff --git a/shell/main.c b/shell/main.c index 2e8f07a7bc..eb8e566ed1 100644 --- a/shell/main.c +++ b/shell/main.c @@ -530,7 +530,6 @@ main (gint argc, gchar **argv) #endif if (disable_preview) { - gconf_client_set_bool (client, "/apps/evolution/mail/display/show_preview", FALSE, NULL); gconf_client_set_bool (client, "/apps/evolution/mail/display/safe_list", TRUE, NULL); gconf_client_set_bool (client, "/apps/evolution/addressbook/display/show_preview", FALSE, NULL); gconf_client_set_bool (client, "/apps/evolution/calendar/display/show_task_preview", FALSE, NULL); -- cgit v1.2.3