diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-19 23:39:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-19 23:39:49 +0800 |
commit | 0439c01a9ab20875796c8ecae855627424742bf4 (patch) | |
tree | ae34c7e94f9da39c354f9532c94360b8b4f6746a /modules/mail/e-mail-shell-content.h | |
parent | 493cc5200496a857a31636c3b0de4617245ec3cd (diff) | |
download | gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar.gz gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar.bz2 gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar.lz gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar.xz gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.tar.zst gsoc2013-evolution-0439c01a9ab20875796c8ecae855627424742bf4.zip |
Bug 616724 - Initialize message window with threaded state of main window
Diffstat (limited to 'modules/mail/e-mail-shell-content.h')
-rw-r--r-- | modules/mail/e-mail-shell-content.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mail/e-mail-shell-content.h b/modules/mail/e-mail-shell-content.h index 4be7be206f..a5263bc561 100644 --- a/modules/mail/e-mail-shell-content.h +++ b/modules/mail/e-mail-shell-content.h @@ -66,11 +66,6 @@ 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 |