mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 16:59:29 +00:00
Monotone-Parent: dda4e6a3f592d528b84dd6d0a778f5e9cea2bfa5
Monotone-Revision: 5a9d1a37ff5b7e57b7c92db2cc2c56d3af92d80c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-08T11:13:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -151,8 +151,9 @@ function onComposeToAllAttendees()
|
||||
var attendees = $$("DIV#attendeesMenu LI.attendee");
|
||||
var addresses = new Array();
|
||||
attendees.each(function(item) {
|
||||
addresses.push(item.readAttribute("email"));
|
||||
});
|
||||
var address = item.firstChild.nodeValue.trim() + " <" + item.readAttribute("email") + ">";
|
||||
addresses.push(address);
|
||||
});
|
||||
if (window.opener)
|
||||
window.opener.openMailTo(addresses.join(","));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user