aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-session-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libemail-engine/e-mail-session-utils.c')
-rw-r--r--libemail-engine/e-mail-session-utils.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libemail-engine/e-mail-session-utils.c b/libemail-engine/e-mail-session-utils.c
index 81ad83ed9b..403ba57ae9 100644
--- a/libemail-engine/e-mail-session-utils.c
+++ b/libemail-engine/e-mail-session-utils.c
@@ -205,6 +205,8 @@ e_mail_session_handle_draft_headers (EMailSession *session,
G_OBJECT (session), callback, user_data,
e_mail_session_handle_draft_headers);
+ g_simple_async_result_set_check_cancellable (simple, cancellable);
+
g_simple_async_result_set_op_res_gpointer (
simple, context, (GDestroyNotify) async_context_free);
@@ -356,6 +358,8 @@ e_mail_session_handle_source_headers (EMailSession *session,
G_OBJECT (session), callback, user_data,
e_mail_session_handle_source_headers);
+ g_simple_async_result_set_check_cancellable (simple, cancellable);
+
g_simple_async_result_set_op_res_gpointer (
simple, context, (GDestroyNotify) async_context_free);
@@ -819,6 +823,8 @@ e_mail_session_send_to (EMailSession *session,
G_OBJECT (session), callback,
user_data, e_mail_session_send_to);
+ g_simple_async_result_set_check_cancellable (simple, cancellable);
+
g_simple_async_result_set_op_res_gpointer (
simple, context, (GDestroyNotify) async_context_free);
@@ -927,6 +933,8 @@ e_mail_session_unsubscribe_folder (EMailSession *session,
G_OBJECT (session), callback, user_data,
e_mail_session_unsubscribe_folder);
+ g_simple_async_result_set_check_cancellable (simple, cancellable);
+
g_simple_async_result_set_op_res_gpointer (
simple, context, (GDestroyNotify) async_context_free);