aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-browser.c')
-rw-r--r--mail/em-folder-browser.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index ea89bd15a7..27cca529ad 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -618,11 +618,7 @@ static void
emfb_mail_post(BonoboUIComponent *uid, void *data, const char *path)
{
EMFolderView *emfv = data;
- char *url;
-
- url = mail_tools_folder_to_url (emfv->folder);
- em_utils_post_to_url (url);
- g_free (url);
+ em_utils_post_to_folder (emfv->folder);
}
static void