aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-folder-pane.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-3/+2
| | | | Use camel_folder_get_uri() instead.
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+3
| | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession.
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-6/+15
| | | | Reduce the composer's dependency on e_shell_get_default().
* More code cleanup.Matthew Barnes2010-07-271-59/+10
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-85/+32
|
* Allow editing mails in composer and understand vfolders.Srinivasa Ragavan2010-07-261-3/+70
|
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-752/+52
|
* Add folder pane.Srinivasa Ragavan2010-07-261-0/+911