Bug 534190 - Acceptance is sent back as "tentative" to outlook users. r=Fallen

This commit is contained in:
Stefan Sitter 2010-11-17 22:23:12 +01:00
Родитель 2321d3a9eb
Коммит 6afde11c65
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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);
}