mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 11:29:43 +00:00
Monotone-Parent: 85562e3494ccd15c1f10a3a0bbdfeb11ff54430d
Monotone-Revision: 94879e006105e5001a0e4598b69f35c8117ab394 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-02T16:39:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-09-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailView.m (_receiptMessageHeaderTo:): properly
|
||||
escape the message subject in QP when needed.
|
||||
|
||||
* UI/WebServerResources/UIxMailEditor.js:
|
||||
(onMenuCheckReturnReceipt): the function has an event parameter
|
||||
which we need. This fixes an exception occurring when clicking the
|
||||
|
||||
@@ -447,7 +447,8 @@ static NSString *mailETag = nil;
|
||||
subject = [NSString stringWithFormat:
|
||||
[self labelForKey: @"Return Receipt (displayed) - %@"],
|
||||
[self messageSubject]];
|
||||
[map setObject: subject forKey: @"subject"];
|
||||
[map setObject: [subject asQPSubjectString: @"utf-8"]
|
||||
forKey: @"subject"];
|
||||
|
||||
return map;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user