aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index 102a012523..c40095ed3d 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -723,7 +723,7 @@ create_item(const char *type, EMFolderTreeModel *model, const char *uri)
if (!em_utils_check_user_can_send_mail(NULL))
return 0;
- em_utils_compose_new_message();
+ em_utils_compose_new_message(uri);
} else if (strcmp(type, "folder") == 0) {
EMFolderTree *folder_tree;
GtkWidget *dialog;
@@ -768,7 +768,7 @@ impl_handleURI (PortableServer_Servant servant, const char *uri, CORBA_Environme
if (!em_utils_check_user_can_send_mail(NULL))
return;
- em_utils_compose_new_message_with_mailto (uri);
+ em_utils_compose_new_message_with_mailto (uri, NULL);
}
}