diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-05 22:08:10 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-05 22:08:10 +0800 |
commit | 88505f694e57aa016359aa994e202f62da8b5142 (patch) | |
tree | d7370407cce0888a530339baf878c0015d81750e /mail/em-utils.h | |
parent | ea4c16fdadd48c89bfedf04972b10674e70fcca9 (diff) | |
download | gsoc2013-evolution-88505f694e57aa016359aa994e202f62da8b5142.tar.gz 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.h | 1 |
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 & 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 |