aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-14 19:01:57 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-14 19:01:57 +0800
commite439e17e2e14fc5a3a35924dddfdd4d8602c3d8c (patch)
treec8d693bcfd659383bbcb81dd414d805f8efc1c19 /mail
parenta83eda3085e9143143ed0b0e37f939774a5bd472 (diff)
downloadgsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar.gz
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar.bz2
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar.lz
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar.xz
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.tar.zst
gsoc2013-evolution-e439e17e2e14fc5a3a35924dddfdd4d8602c3d8c.zip
Make em_utils_in_addressbook() cancellable
Diffstat (limited to 'mail')
-rw-r--r--mail/e-http-request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index 95a97e62f6..f5fd12fe40 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -340,7 +340,7 @@ handle_http_request (GSimpleAsyncResult *res,
registry = e_shell_get_registry (shell);
addr = camel_mime_message_get_from (part_list->message);
force_load_images = em_utils_in_addressbook (
- registry, addr, FALSE);
+ registry, addr, FALSE, cancellable);
}
g_free (decoded_uri);