Fix not to make string length that large not to break themes

This commit is contained in:
iliajie
2022-07-09 21:43:09 +03:00
parent 5200f5bc09
commit bb357fb2d1

View File

@@ -1530,7 +1530,7 @@ return $noescape ? $rv : &html_escape($rv);
# Simplifies and truncates a subject header for display in the mail list
sub simplify_subject
{
return &convert_header_for_display($_[0], int($in{'simplify-subject-length'}) || 320);
return &convert_header_for_display($_[0], int($in{'simplify-subject-length'}) || 120);
}
# quoted_decode(text)