aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-25 23:05:02 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-26 01:01:50 +0800
commitaded0858c49c3b729564a35427e3affb514fffb9 (patch)
treefe15021104e6d8203d89a566ef519acfe52d5c67 /libemail-engine/e-mail-utils.h
parente7981244a68c9d0b6b93d8c2697569668098b647 (diff)
downloadgsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar.gz
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar.bz2
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar.lz
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar.xz
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.tar.zst
gsoc2013-evolution-aded0858c49c3b729564a35427e3affb514fffb9.zip
Prefer e_source_registry_check_enabled().
Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources.
Diffstat (limited to 'libemail-engine/e-mail-utils.h')
-rw-r--r--libemail-engine/e-mail-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libemail-engine/e-mail-utils.h b/libemail-engine/e-mail-utils.h
index e7521d6e26..1844b49e36 100644
--- a/libemail-engine/e-mail-utils.h
+++ b/libemail-engine/e-mail-utils.h
@@ -62,9 +62,6 @@ ESource * em_utils_guess_mail_identity_with_recipients
ESource * em_utils_ref_mail_identity_for_store
(ESourceRegistry *registry,
CamelStore *store);
-gboolean em_utils_is_source_enabled_with_parents
- (ESourceRegistry *registry,
- ESource *source);
void emu_remove_from_mail_cache (const GSList *addresses);
void emu_remove_from_mail_cache_1 (const gchar *address);
void emu_free_mail_cache (GDestroyNotify done_cb,