From 6febeab3270c35664cc3938d4f89b9c292550040 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 11 May 2001 19:50:04 +0000 Subject: Set a title on the window "Reconfigure %s" where %s is the folder name. 2001-05-11 Jeffrey Stedfast * mail-local.c (mail_local_reconfigure_folder): Set a title on the window "Reconfigure %s" where %s is the folder name. Also, don't allow more than one of these type windows to be opened per folder. * mail-tools.c (mail_tool_get_folder_name): Fix Danw's kludge to actually work :-) svn path=/trunk/; revision=9767 --- mail/mail-tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-tools.h') diff --git a/mail/mail-tools.h b/mail/mail-tools.h index 5738ea0efa..5cb546a250 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -34,7 +34,7 @@ mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name, guint32 flags, CamelException *ex); /* Get a useful name for a given CamelFolder (ie, not "mbox") */ -const gchar *mail_tool_get_folder_name (CamelFolder *folder); +char *mail_tool_get_folder_name (CamelFolder *folder); /* Get the url for the local inbox, index returns if the mailbox is indexed */ gchar *mail_tool_get_local_inbox_url (int *index); -- cgit v1.2.3