aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-content.h
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 /modules/mail/e-mail-shell-content.h
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 'modules/mail/e-mail-shell-content.h')
-rw-r--r--modules/mail/e-mail-shell-content.h8
1 files changed, 5 insertions, 3 deletions
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