aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r--mail/em-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h
index 2b8fae822c..8f2cc83985 100644
--- a/mail/em-utils.h
+++ b/mail/em-utils.h
@@ -108,7 +108,7 @@ void em_utils_show_error_silent (struct _GtkWidget *widget);
void em_utils_show_info_silent (struct _GtkWidget *widget);
/* is this address in the addressbook? caches results */
-gboolean em_utils_in_addressbook(struct _CamelInternetAddress *addr);
+gboolean em_utils_in_addressbook (struct _CamelInternetAddress *addr, gboolean local_only);
struct _CamelMimePart *em_utils_contact_photo (struct _CamelInternetAddress *addr, gboolean local);
const char *em_utils_snoop_type(struct _CamelMimePart *part);