diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-16 15:11:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-16 15:11:20 +0800 |
commit | a2d2fa53ef98e33fb45aeda6be10189f0ac298a9 (patch) | |
tree | a817a356c80b64646236b4c7b156f089324c7e6c /mail/em-folder-browser.c | |
parent | d60e4144e5c756e478e0b09e3e22596e9d397527 (diff) | |
download | gsoc2013-evolution-a2d2fa53ef98e33fb45aeda6be10189f0ac298a9.tar.gz gsoc2013-evolution-a2d2fa53ef98e33fb45aeda6be10189f0ac298a9.tar.zst gsoc2013-evolution-a2d2fa53ef98e33fb45aeda6be10189f0ac298a9.zip |
** See #56479.
2004-06-16 Not Zed <NotZed@Ximian.com>
** See #56479.
* em-utils.c (em_utils_in_addressbook): use the main thread to
setup the addressbook list.
(em_utils_in_addressbook): only check against the "completion"
sources, not all of them.
2004-06-15 Not Zed <NotZed@Ximian.com>
* em-folder-browser.c (emfb_mail_stop): call mail_cancel_all to
implement the stop button.
* em-utils.c (emu_addr_sources_refresh): don't unref the group
list, otherwise the sources become broken now (?).
(em_utils_in_addressbook): add some locking. add cancellation.
this is almost certainly going to cause issues.
* mail-mt.c (mail_cancel_hook_add, mail_cancel_hook_remove)
(mail_cancel_all): new functions to implement a global mailer stop
button.
svn path=/trunk/; revision=26363
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r-- | mail/em-folder-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index e09329f733..cb4d25b565 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -632,7 +632,7 @@ emfb_mail_compose(BonoboUIComponent *uid, void *data, const char *path) static void emfb_mail_stop(BonoboUIComponent *uid, void *data, const char *path) { - camel_operation_cancel(NULL); + mail_cancel_all(); } static void |