diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-15 01:47:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-15 09:11:38 +0800 |
commit | 5ba8caffba174a468359cdb9a7da83bf1fad6033 (patch) | |
tree | d80941ee46b45fedd54e378fee04511e6e6cd65d /modules/mail/e-mail-shell-view-private.h | |
parent | ca899cf1cbed85d333e19437512aab63dd866a0e (diff) | |
download | gsoc2013-evolution-5ba8caffba174a468359cdb9a7da83bf1fad6033.tar.gz 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-view-private.h')
-rw-r--r-- | modules/mail/e-mail-shell-view-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mail/e-mail-shell-view-private.h b/modules/mail/e-mail-shell-view-private.h index dac7d81ca0..bd99da5a1e 100644 --- a/modules/mail/e-mail-shell-view-private.h +++ b/modules/mail/e-mail-shell-view-private.h @@ -45,6 +45,7 @@ #include "e-mail-label-list-store.h" #include "e-mail-local.h" #include "e-mail-reader.h" +#include "e-mail-sidebar.h" #include "e-mail-store.h" #include "em-composer-utils.h" #include "em-folder-properties.h" |