aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-folder-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-09-28 06:00:33 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-09-28 06:02:26 +0800
commit807184393ae4d9bd271797d74775939dd353dbd3 (patch)
tree862be78019372c7e755ae36f83c98cb3383bb657 /mail/e-mail-folder-utils.h
parentf80a74004ed303b66f4b279e3f772493b4e80ced (diff)
downloadgsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar.gz
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar.bz2
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar.lz
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar.xz
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.tar.zst
gsoc2013-evolution-807184393ae4d9bd271797d74775939dd353dbd3.zip
Bug 659726 - Search Folders contain ambiguous reference to accounts
This introduces a new function called e_mail_folder_uri_to_markup(), which may prove useful in other contexts.
Diffstat (limited to 'mail/e-mail-folder-utils.h')
-rw-r--r--mail/e-mail-folder-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/e-mail-folder-utils.h b/mail/e-mail-folder-utils.h
index c82d806d7a..9e8dd0f050 100644
--- a/mail/e-mail-folder-utils.h
+++ b/mail/e-mail-folder-utils.h
@@ -155,6 +155,9 @@ gboolean e_mail_folder_uri_equal (CamelSession *session,
const gchar *folder_uri_a,
const gchar *folder_uri_b);
gchar * e_mail_folder_uri_from_folder (CamelFolder *folder);
+gchar * e_mail_folder_uri_to_markup (CamelSession *session,
+ const gchar *folder_uri,
+ GError **error);
G_END_DECLS