diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-30 01:50:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-30 02:03:58 +0800 |
commit | 956aaa091fe4245599c7006df3aa9992a3aacec3 (patch) | |
tree | d788fdcb5b41b5e5767395e335458cc7fdb43015 /mail/em-utils.h | |
parent | 1605107f845c535d57eaefa80dc6a2b9618b8cab (diff) | |
download | gsoc2013-evolution-956aaa091fe4245599c7006df3aa9992a3aacec3.tar.gz gsoc2013-evolution-956aaa091fe4245599c7006df3aa9992a3aacec3.tar.zst gsoc2013-evolution-956aaa091fe4245599c7006df3aa9992a3aacec3.zip |
Remove em_utils_folder_name_from_uri().
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index 5787b4e290..c516f15291 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -74,9 +74,6 @@ gchar *em_utils_message_to_html (CamelMimeMessage *msg, const gchar *credits, gu void em_utils_expunge_folder (GtkWidget *parent, EMailSession *session, CamelFolder *folder); void em_utils_empty_trash (GtkWidget *parent, EMailSession *session); -/* returns the folder name portion of an URI */ -gchar *em_utils_folder_name_from_uri (const gchar *uri); - /* is this address in the addressbook? caches results */ gboolean em_utils_in_addressbook (CamelInternetAddress *addr, gboolean local_only); CamelMimePart *em_utils_contact_photo (CamelInternetAddress *addr, gboolean local); |