2004-09-06 [colin] 0.9.12cvs95.1
[claws.git] / src / summaryview.c
index f5e883ca9010e4df8746420dc93615e80740e49f..d5b2811077d778fba11d2c54467f7a7538dc8948 100644 (file)
@@ -4757,7 +4757,7 @@ static void summary_drag_data_get(GtkWidget        *widget,
                                (ctree, GTK_CTREE_NODE(cur->data));
                        tmp2 = procmsg_get_message_file(msginfo);
                        if (!tmp2) continue;
-                       tmp1 = g_strconcat("file:/", tmp2, NULL);
+                       tmp1 = g_strconcat("file://", tmp2, NULL);
                        g_free(tmp2);
 
                        if (!mail_list) {