diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-12 12:45:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-12 12:45:47 +0800 |
commit | 1c68dd833916876757fec8796d2a205c652b792f (patch) | |
tree | 496b1c886f55c252ea7e33337dc1fa9199ec892b /mail/em-folder-properties.h | |
parent | dea566cc4eff3c32f2c2c5a0cc0d254f865fe002 (diff) | |
download | gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.gz gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.zst gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.zip |
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.
Diffstat (limited to 'mail/em-folder-properties.h')
-rw-r--r-- | mail/em-folder-properties.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |