Bug 571030 - Properly decode non-ASCII message subject in activity manager. r=jcranmer
This commit is contained in:
Родитель
aaa38ed2c9
Коммит
066f71e671
|
@ -160,7 +160,7 @@ let sendLaterModule =
|
|||
// We want to use the identity and subject later, so store them for now.
|
||||
this._identity = aIdentity;
|
||||
if (aMessageHeader)
|
||||
this._subject = aMessageHeader.subject;
|
||||
this._subject = aMessageHeader.mime2DecodedSubject;
|
||||
|
||||
// Create the process to display the send activity.
|
||||
let process = this._newProcess("sendingMessage", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче