From c75d5e90ee91831c0903055c43edb49974a0af4b Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 1 Nov 2010 18:53:27 +0000 Subject: [PATCH] See Changelog. Monotone-Parent: 5230458dba570c663e9087a99852e38cfb26de0f Monotone-Revision: c4cf916deded766b0ec097265e36dfa44044cd71 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-01T18:53:27 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ UI/MailerUI/UIxMailListActions.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9cb1cbd9e..924ec9db6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-01 Francis Lachapelle + + * UI/MailerUI/UIxMailListActions.m (-messageSubject): we now + escape HTML tags in the returned string. + 2010-11-01 Wolfgang Sourdeau * SoObjects/Mailer/SOGoMailBaseObject.m (-_createIMAP4Connection): diff --git a/UI/MailerUI/UIxMailListActions.m b/UI/MailerUI/UIxMailListActions.m index 37480a71f..834d82337 100644 --- a/UI/MailerUI/UIxMailListActions.m +++ b/UI/MailerUI/UIxMailListActions.m @@ -192,7 +192,7 @@ if (![subject length]) subject = [self labelForKey: @"Untitled"]; - return subject; + return [subject stringByEscapingHTMLString]; } - (BOOL) showToAddress