Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -13/+1 |
| | | | | | | | | | And generate GTypes for each of them in e-mail-enumtypes.[ch]. Also, the glib-gen.mak script forced me to add a <mail/e-mail.h> top-level header, which really isn't a bad idea anyway. TODO: We should do this for calendar and addressbook too. | ||||
* | 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. | ||||
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -2/+1 |
| | |||||
* | Prompt when exiting with unsent messages. | Matthew Barnes | 2009-07-17 | 1 | -2/+3 |
| | |||||
* | Forgot to add new files. | Matthew Barnes | 2009-06-24 | 1 | -0/+50 |