aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-19 13:46:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-19 13:46:19 +0800
commit60e6ecbb42bf19c23638cd4b7643b2ec19320b57 (patch)
tree4505a8ff087ebe9ca71892abc3e968d437542270 /shell
parent668db990795a7677afc0d0bcb7c463abe1571d5a (diff)
downloadgsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.gz
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.bz2
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.lz
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.xz
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.tar.zst
gsoc2013-evolution-60e6ecbb42bf19c23638cd4b7643b2ec19320b57.zip
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c1
1 files changed, 0 insertions, 1 deletions
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);