aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-1/+0
|
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-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 Barnes2010-10-191-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.