diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-16 11:57:24 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-16 11:57:24 +0800 |
commit | 67be94cbd50f1cb4baa3db10e3d8ee3914b11057 (patch) | |
tree | 212e2aae36faddf9305a559fcb9ab885d3af20dd /mail/mail-mt.c | |
parent | e3a451cb33cad9dada930fd5111bcc6c341d5a2b (diff) | |
download | gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar.gz gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar.bz2 gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar.lz gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar.xz gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.tar.zst gsoc2013-evolution-67be94cbd50f1cb4baa3db10e3d8ee3914b11057.zip |
Setup a cancellation handle. (do_fetch_mail): REgister for cancellation
2001-01-16 Not Zed <NotZed@Ximian.com>
* mail-ops.c (mail_do_fetch_mail): Setup a cancellation handle.
(do_fetch_mail): REgister for cancellation here.
(cleanup_fetch_mail): And unregister for cancellation here.
(mail_get_message): Add a cancel handle.
(get_message_get): Register/deregister for cancel.
(get_message_free): & clean up.
* mail-mt.c (mail_msg_received): Removed debuggng.
* mail-callbacks.c (stop_threads): Callback for stopping.
* folder-browser-factory.c: Add a stop button verb thingy.
(control_activate): Disable the stop button by default.
svn path=/trunk/; revision=7527
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index b12bd2b2de..b18f78c06e 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -191,7 +191,7 @@ mail_msg_received(EThread *e, EMsg *msg, void *data) if (m->ops->describe_msg) { char *text = m->ops->describe_msg(m, FALSE); - printf("message received at thread\n"); + d(printf("message received at thread\n")); mail_status_start(text); g_free(text); } |