Bug 534190 - Acceptance is sent back as "tentative" to outlook users. r=Fallen
This commit is contained in:
Родитель
2321d3a9eb
Коммит
6afde11c65
|
@ -237,7 +237,6 @@ calItipItem.prototype = {
|
|||
*/
|
||||
setAttendeeStatus: function ciiSAS(aAttendeeId, aStatus) {
|
||||
// Append "mailto:" to the attendee if it is missing it.
|
||||
aAttendeeId = aAttendeeId.toLowerCase();
|
||||
if (!aAttendeeId.match(/^mailto:/i)) {
|
||||
aAttendeeId = ("mailto:" + aAttendeeId);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче