From 1c68dd833916876757fec8796d2a205c652b792f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 May 2011 00:45:47 -0400 Subject: Reimplement em_folder_properties_show(). Now uses camel_store_get_folder() and camel_folder_get_quota_info(), although I need to rewrite the quota function to be asynchronous. --- mail/em-folder-properties.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/em-folder-properties.h') diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h index d0809357e8..8ceda89ca4 100644 --- a/mail/em-folder-properties.h +++ b/mail/em-folder-properties.h @@ -30,8 +30,7 @@ G_BEGIN_DECLS void em_folder_properties_show (EShellView *shell_view, - CamelFolder *folder, - const gchar *uri); + const gchar *folder_uri); G_END_DECLS -- cgit