Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 1 | -5/+1 |
| | |||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -2/+5 |
| | | | | | | | | | | | 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. | ||||
* | Bug 510020 - Add "Manage Subscriptions" to store context menus | Matthew Barnes | 2010-10-03 | 1 | -0/+2 |
| | |||||
* | Fix a reference-counting regression I introduced. | Matthew Barnes | 2010-10-03 | 1 | -1/+0 |
| | |||||
* | Rewrite the folder subscription editor. | Matthew Barnes | 2010-10-03 | 1 | -0/+1 |
| | | | | | Redesign the "Folder Subscriptions" dialog and use Camel's async API instead of the MailMsg infrastructure to simplify the implementation. | ||||
* | Bug 614889 - Memory leaks in EMailSidebar | Paolo Borelli | 2010-04-07 | 1 | -3/+8 |
| | |||||
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 1 | -2/+0 |
| | |||||
* | Bug #604994 - Folder state not preserved in Copy/Move Folder dialog | Milan Crha | 2010-01-07 | 1 | -97/+2 |
| | |||||
* | Introduce EMailSidebar into libevolution-mail. | Matthew Barnes | 2009-12-15 | 1 | -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. |