aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-store-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to new CamelSubscribable interface.Matthew Barnes2011-09-141-3/+4
|
* Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-09-141-2/+4
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-1/+4
|
* Remove emfu_create_folder_real().Matthew Barnes2011-06-301-0/+123
| | | | Use e_mail_store_create_folder() instead.
* Remove mail_store_prepare_offline().Matthew Barnes2011-06-301-0/+74
| | | | Use e_mail_store_prepare_for_offline() instead.
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-0/+190
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()