aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 614889 - Memory leaks in EMailSidebarPaolo Borelli2010-04-071-3/+8
|
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
|
* Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-071-97/+2
|
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-0/+616
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.