diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 9a2a5e2089..ef655c3d90 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -869,7 +869,7 @@ handle_external_uri_cb (EvolutionShellComponent *shell_component, /* FIXME: Sigh. This shouldn't be here. But the code is messy, so I'll just put it here anyway. */ - send_to_url (uri); + send_to_url (uri, NULL); } static void @@ -880,7 +880,7 @@ user_create_new_item_cb (EvolutionShellComponent *shell_component, gpointer data) { if (!strcmp (id, "message")) { - send_to_url (NULL); + send_to_url (NULL, parent_folder_physical_uri); return; } else if (!strcmp (id, "post")) { post_to_url (parent_folder_physical_uri); |