Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix distcheck errors. | Matthew Barnes | 2010-11-10 | 1 | -1/+0 |
| | |||||
* | Kill mail_store_set_offline(). | Matthew Barnes | 2010-10-23 | 1 | -0/+1 |
| | | | | | | | | | | Replace it with new async functions: e_mail_store_go_offline() e_mail_store_go_offline_finish() e_mail_store_go_online() e_mail_store_go_online_finish() | ||||
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -0/+50 |
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. |