Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Fix some GPtrArray leaks. | Matthew Barnes | 2011-05-12 | 1 | -7/+15 |
| | |||||
* | Reimplement em_utils_edit_messages(). | Matthew Barnes | 2011-05-12 | 1 | -12/+5 |
| | | | | Now uses e_mail_folder_get_multiple_messages(). | ||||
* | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -4/+0 |
| | | | | Mostly dead assignments. | ||||
* | Drop 'folder_uri' param from em_utils_folder_is_outbox(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Drop 'folder_uri' param from em_utils_folder_is_templates(). | Matthew Barnes | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Drop 'folder_uri' param from em_utils_folder_is_drafts(). | Matthew Barnes | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -5/+1 |
| | |||||
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -3/+2 |
| | | | | Use camel_folder_get_uri() instead. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -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 Barnes | 2010-08-14 | 1 | -6/+15 |
| | | | | Reduce the composer's dependency on e_shell_get_default(). | ||||
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 1 | -59/+10 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-26 | 1 | -85/+32 |
| | |||||
* | Allow editing mails in composer and understand vfolders. | Srinivasa Ragavan | 2010-07-26 | 1 | -3/+70 |
| | |||||
* | Add folder pane for tabbed browser. | Srinivasa Ragavan | 2010-07-26 | 1 | -752/+52 |
| | |||||
* | Add folder pane. | Srinivasa Ragavan | 2010-07-26 | 1 | -0/+911 |