--- src/plugins/evolution/evolution.c.orig 2009-09-05 00:51:53.735695985 -0300 +++ src/plugins/evolution/evolution.c 2009-09-05 00:49:40.559702396 -0300 @@ -302,7 +302,7 @@ text = gtk_entry_get_text (GTK_ENTRY (contact_widget)); if (text != NULL && *text != '\0') - g_string_append_printf (mailto, "\"%s\",", text); + g_string_append_printf (mailto, "\"%s\" ", text); else g_string_append (mailto, " \"\""); }