aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-27 21:29:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-27 23:59:55 +0800
commitbc27cacec39ef6043b0109b8d7ba81605cea5714 (patch)
tree1c9a90ab6c949c430664b843112405b1c6b98b00 /libemail-engine/e-mail-utils.h
parent4a06e1bb633e392b049942ef28360d3830e78420 (diff)
downloadgsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar.gz
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar.bz2
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar.lz
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar.xz
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.tar.zst
gsoc2013-evolution-bc27cacec39ef6043b0109b8d7ba81605cea5714.zip
Remove em_utils_in_addressbook().
No longer used.
Diffstat (limited to 'libemail-engine/e-mail-utils.h')
-rw-r--r--libemail-engine/e-mail-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libemail-engine/e-mail-utils.h b/libemail-engine/e-mail-utils.h
index 95a6bc62ce..87bf337e71 100644
--- a/libemail-engine/e-mail-utils.h
+++ b/libemail-engine/e-mail-utils.h
@@ -33,10 +33,6 @@ gboolean em_utils_folder_is_sent (ESourceRegistry *registry,
CamelFolder *folder);
gboolean em_utils_folder_is_outbox (ESourceRegistry *registry,
CamelFolder *folder);
-gboolean em_utils_in_addressbook (ESourceRegistry *registry,
- CamelInternetAddress *addr,
- gboolean local_only,
- GCancellable *cancellable);
ESource * em_utils_guess_mail_account (ESourceRegistry *registry,
CamelMimeMessage *message,
CamelFolder *folder,