mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
convert angle brackets in subject to lt and gt
This commit is contained in:
parent
df7afeebfd
commit
18dc148963
@ -116,6 +116,8 @@ for my $msg (sort { $a <=> $b } $folder->message_list) {
|
||||
my $from = $1;
|
||||
$news =~ /^Subject: ([^\n]+)/m;
|
||||
my $subject = $1;
|
||||
$subject =~ s/</</g;
|
||||
$subject =~ s/>/>/g;
|
||||
$news =~ /^Date: ([^\n]+)/m;
|
||||
my $date = $1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user