1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

[WO-18] remove whiteout tag from subject

This commit is contained in:
Felix Hammerl 2013-11-21 12:10:29 +01:00
parent ab43098fe5
commit 32fc7a0a06

View File

@ -182,7 +182,7 @@ define(function(require) {
invitationMail = { invitationMail = {
from: [sender], from: [sender],
to: [recipient], to: [recipient],
subject: str.subjectPrefix + str.invitationSubject, subject: str.invitationSubject,
body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature body: 'Hi ' + to + ',\n\n' + str.invitationMessage + '\n\n\n' + str.signature
}; };