aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-12 12:45:47 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-12 12:45:47 +0800
commit1c68dd833916876757fec8796d2a205c652b792f (patch)
tree496b1c886f55c252ea7e33337dc1fa9199ec892b /modules/mail
parentdea566cc4eff3c32f2c2c5a0cc0d254f865fe002 (diff)
downloadgsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar
gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.gz
gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.bz2
gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.lz
gsoc2013-evolution-1c68dd833916876757fec8796d2a205c652b792f.tar.xz
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 'modules/mail')
-rw-r--r--modules/mail/e-mail-shell-view-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c
index 80c8a92a7e..d44ac6f5ad 100644
--- a/modules/mail/e-mail-shell-view-actions.c
+++ b/modules/mail/e-mail-shell-view-actions.c
@@ -426,7 +426,7 @@ action_mail_folder_properties_cb (GtkAction *action,
return;
gtk_tree_model_get (model, &iter, COL_STRING_URI, &uri, -1);
- em_folder_properties_show (shell_view, NULL, uri);
+ em_folder_properties_show (shell_view, uri);
g_free (uri);
}