From 807184393ae4d9bd271797d74775939dd353dbd3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 27 Sep 2011 18:00:33 -0400 Subject: 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. --- mail/e-mail-folder-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/e-mail-folder-utils.h') 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 -- cgit v1.2.3