From 5ba8caffba174a468359cdb9a7da83bf1fad6033 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 14 Dec 2009 12:47:38 -0500 Subject: Introduce EMailSidebar into libevolution-mail. EMailSidebar is a subclass of EMFolderTree that implements the state saving and restoration feature from EMailShellSidebar. Placing this in the shared mail library allows Anjal to reuse it. --- modules/mail/e-mail-shell-sidebar.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/mail/e-mail-shell-sidebar.h') diff --git a/modules/mail/e-mail-shell-sidebar.h b/modules/mail/e-mail-shell-sidebar.h index 10a2ff6a2a..b27bd80be0 100644 --- a/modules/mail/e-mail-shell-sidebar.h +++ b/modules/mail/e-mail-shell-sidebar.h @@ -51,15 +51,6 @@ typedef struct _EMailShellSidebar EMailShellSidebar; typedef struct _EMailShellSidebarClass EMailShellSidebarClass; typedef struct _EMailShellSidebarPrivate EMailShellSidebarPrivate; -enum { - E_MAIL_SHELL_SIDEBAR_FOLDER_ALLOWS_CHILDREN = 1 << 0, - E_MAIL_SHELL_SIDEBAR_FOLDER_CAN_DELETE = 1 << 1, - E_MAIL_SHELL_SIDEBAR_FOLDER_IS_JUNK = 1 << 2, - E_MAIL_SHELL_SIDEBAR_FOLDER_IS_OUTBOX = 1 << 3, - E_MAIL_SHELL_SIDEBAR_FOLDER_IS_STORE = 1 << 4, - E_MAIL_SHELL_SIDEBAR_FOLDER_IS_TRASH = 1 << 5 -}; - struct _EMailShellSidebar { EShellSidebar parent; EMailShellSidebarPrivate *priv; -- cgit v1.2.3