aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for api changes to append_mail.Not Zed2001-02-211-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-21 Not Zed <NotZed@Ximian.com> * mail-callbacks.c (composer_postpone_cb): Fix for api changes to append_mail. * Makefile.am (evolution_mail_SOURCES): Removed mail-threads.[ch]. * mail-threads.[ch]: Removed. * subscribe-dialog.c (subscribe_do_get_store): Chagned to use new thread stuff. This is really getting boring. (subscribe_do_subscribe_folder): Changed to use new thread stuff. Last one at last, phew. * session.c (register_callback): Changed to use new thread stuff. YUCK. I dropped some functionality, now the timeout callback return is ignored, so basically it keeps running till finished. * mail-ops.c (mail_operation_run): Removed, no longer used/needed. (mail_do_append_mail): Changed to use new thread stuff. (mail_do_transfer_messages): ditto. * mail-local.c (local_storage_new_folder_cb): Use new thread stuff, also only run synchronous for this operation. (mail_local_reconfigure_folder): (reconfigure_clicked): Changed to use new mail thread stuff. * mail-config.c (mail_config_check_service): Changed to use new thread stuff. svn path=/trunk/; revision=8314
* use mail_op_set_message_plainRadek Doulik2000-12-011-0/+1
| | | | | | | | | | | | | | 2000-12-01 Radek Doulik <rodo@helixcode.com> * mail-ops.c (mail_op_report_status): use mail_op_set_message_plain * mail-threads.c (mail_op_set_message_plain): plain version of mail_op_set_message, doesn't use printf, passes message untouched, use set_message (mail_op_set_message): set_message (set_message): helper function svn path=/trunk/; revision=6753
* fmt argument should be const.Jeffrey Stedfast2000-11-021-1/+1
| | | | | | | | | 2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> * mail-threads.c (mail_op_set_message): fmt argument should be const. svn path=/trunk/; revision=6343
* Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ↵Peter Williams2000-08-141-0/+3
| | | | | | the disabled mail functions svn path=/trunk/; revision=4836
* Get the mail component to use the new Evolution::ShellView interface.Ettore Perazzoli2000-08-131-0/+3
| | | | | | | This implementation is so ugly and evil and needs to be replaced. Don't look at it. Go away. svn path=/trunk/; revision=4797
* Fix the camel-folder's thaw handler. Implement event forwarding into the ↵Peter Williams2000-08-121-3/+4
| | | | | | main thread. svn path=/trunk/; revision=4744
* Merge with camel-async.Peter Williams2000-08-111-16/+32
| | | | svn path=/trunk/; revision=4687
* Make the broken threads optionalPeter Williams2000-06-271-0/+3
| | | | svn path=/trunk/; revision=3740
* Make the async dialogs non-modal; add cleanup callbacks in the main thread.Peter Williams2000-06-231-0/+1
| | | | svn path=/trunk/; revision=3694
* Add nice blocking stuff for the error dialog and a new get_password hook in ↵Peter Williams2000-06-231-0/+3
| | | | | | the async toolkit svn path=/trunk/; revision=3692
* Add the async mail API (still not hooked up though)Peter Williams2000-06-221-0/+45
svn path=/trunk/; revision=3676