diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-05-12 12:17:13 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-05-12 12:17:13 -0700 |
commit | fb58b853207250551741f2e27640194157d52210 (patch) | |
tree | a5acfaf45fa745880067197f24cc651a1f286040 /NEWS | |
parent | e9f1529fbf56034013a680c60062d632ce5f4cd5 (diff) | |
download | mailman2-fb58b853207250551741f2e27640194157d52210.tar.gz mailman2-fb58b853207250551741f2e27640194157d52210.tar.xz mailman2-fb58b853207250551741f2e27640194157d52210.zip |
Improvements in subject prefixing with encoded prefixes.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Subject prefixing has been improved to always have a space between + the prefix and the subject even with non-ascii in the prefix. This + will sometimes result in two spaces when the prefix is non-ascii but + the subject is ascii, but this is the lesser evil. (LP: #1525954) + - Treat message and digest headers and footers as empty if they contain only whitespace. (LP: #1673307) |