aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-05 22:08:10 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-05 22:08:10 +0800
commit88505f694e57aa016359aa994e202f62da8b5142 (patch)
treed7370407cce0888a530339baf878c0015d81750e /mail/em-utils.h
parentea4c16fdadd48c89bfedf04972b10674e70fcca9 (diff)
downloadgsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.gz
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.bz2
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.lz
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.xz
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.zst
gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.zip
Make em_utils_generate_account_hash() private.
Only used by em_utils_get_reply_all(), and the hash table it returns is not safe for general-purpose use. Make it a static function and rename it generate_recipient_hash().
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r--mail/em-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h
index f3879ae484..bf02419526 100644
--- a/mail/em-utils.h
+++ b/mail/em-utils.h
@@ -87,7 +87,6 @@ void em_utils_clear_get_password_canceled_accounts_flag (void);
/* Unescapes &amp; back to a real & in URIs */
gchar *em_utils_url_unescape_amp (const gchar *url);
-GHashTable * em_utils_generate_account_hash (void);
EAccount * em_utils_guess_account (CamelMimeMessage *message,
CamelFolder *folder);
EAccount * em_utils_guess_account_with_recipients