aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-sidebar.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-15 01:47:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-15 09:11:38 +0800
commit5ba8caffba174a468359cdb9a7da83bf1fad6033 (patch)
treed80941ee46b45fedd54e378fee04511e6e6cd65d /modules/mail/e-mail-shell-sidebar.h
parentca899cf1cbed85d333e19437512aab63dd866a0e (diff)
downloadgsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.gz
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.bz2
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.lz
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.xz
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.zst
gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.zip
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.
Diffstat (limited to 'modules/mail/e-mail-shell-sidebar.h')
-rw-r--r--modules/mail/e-mail-shell-sidebar.h9
1 files changed, 0 insertions, 9 deletions
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;