From 6afde11c650bfc0c8a3c82e4ee67dffc278d5c13 Mon Sep 17 00:00:00 2001 From: Stefan Sitter Date: Wed, 17 Nov 2010 22:23:12 +0100 Subject: [PATCH] Bug 534190 - Acceptance is sent back as "tentative" to outlook users. r=Fallen --- calendar/base/src/calItipItem.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calendar/base/src/calItipItem.js b/calendar/base/src/calItipItem.js index 84c9f9fb88..4c0f45e925 100644 --- a/calendar/base/src/calItipItem.js +++ b/calendar/base/src/calItipItem.js @@ -25,7 +25,7 @@ * Daniel Boelzle * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -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); }