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. --- modules/mail/e-mail-shell-content.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/mail/e-mail-shell-content.h') diff --git a/modules/mail/e-mail-shell-content.h b/modules/mail/e-mail-shell-content.h index 69a1fdc397..4be7be206f 100644 --- a/modules/mail/e-mail-shell-content.h +++ b/modules/mail/e-mail-shell-content.h @@ -47,9 +47,6 @@ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MAIL_SHELL_CONTENT, EMailShellContentClass)) -#define STATE_KEY_PREVIEW "Preview" -#define STATE_KEY_THREAD_LIST "ThreadList" - G_BEGIN_DECLS typedef struct _EMailShellContent EMailShellContent; @@ -69,6 +66,11 @@ GType e_mail_shell_content_get_type (void); void e_mail_shell_content_register_type (GTypeModule *type_module); GtkWidget * e_mail_shell_content_new(EShellView *shell_view); +gboolean e_mail_shell_content_get_group_by_threads + (EMailShellContent *mail_shell_content); +void e_mail_shell_content_set_group_by_threads + (EMailShellContent *mail_shell_content, + gboolean group_by_threads); gboolean e_mail_shell_content_get_preview_visible (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_preview_visible -- cgit v1.2.3