aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libemail-engine/e-mail-utils.c')
-rw-r--r--libemail-engine/e-mail-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libemail-engine/e-mail-utils.c b/libemail-engine/e-mail-utils.c
index 964de9810f..235cd9459a 100644
--- a/libemail-engine/e-mail-utils.c
+++ b/libemail-engine/e-mail-utils.c
@@ -380,7 +380,7 @@ search_address_in_addressbooks (ESourceRegistry *registry,
gboolean (*check_contact) (EContact *contact,
gpointer user_data),
gpointer user_data,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
GList *list, *link;
GList *addr_sources = NULL;
@@ -601,7 +601,7 @@ gboolean
em_utils_in_addressbook (ESourceRegistry *registry,
CamelInternetAddress *iaddr,
gboolean local_only,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
const gchar *addr;
@@ -656,7 +656,7 @@ CamelMimePart *
em_utils_contact_photo (ESourceRegistry *registry,
CamelInternetAddress *cia,
gboolean local_only,
- GCancellable *cancellable)
+ GCancellable *cancellable)
{
const gchar *addr = NULL;
CamelMimePart *part = NULL;