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 удалений

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

@ -25,7 +25,7 @@
* Daniel Boelzle <daniel.boelzle@sun.com>
*
* 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);
}