aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-sidebar.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-111-21/+22
| | | | | Also, combine calendar, memo, and task backends into a single module, similar to how it worked under Bonobo.
* Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-101-1/+1
|
* Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-2/+7
|
* Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-7/+7
| | | | | Again, builds but not tested. Lots of compiler warnings to clean up, but I don't have the energy for it. This was pretty grueling.
* Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-251-0/+47
| | | | | | Fix more runtime warnings. svn path=/branches/kill-bonobo/; revision=37130
* Implement folder tree popup actions. Purge EPopup from EMFolderTree.Matthew Barnes2008-12-191-12/+27
| | | | svn path=/branches/kill-bonobo/; revision=36917
* Disable parts of my previous calendar work, such that all modules now load!Matthew Barnes2008-10-281-5/+13
| | | | svn path=/branches/kill-bonobo/; revision=36690
* Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-3/+97
| | | | svn path=/branches/kill-bonobo/; revision=36684
* Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-1/+39
| | | | | | showing anything. Probably something stupid. Also enabled the composer. svn path=/branches/kill-bonobo/; revision=36623
* Progress update:Matthew Barnes2008-10-141-0/+139
- Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611