Mercurial > p > roundup > code
diff CHANGES.txt @ 5124:a927f9549af0
Fix issue2550751: Email Header Issue.
Noel Garces requested the ability to suppress email headers like
"x-roundup-issue-files". With Ralf's addition of the Link/Multilink
property attribute 'msg_header_property' we can do this
easily. Setting the 'msg_header_property' to the empty string '' (not
to None) will suppress the header for that property.
3 line code change, single test, doc updated and change note.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 03 Jul 2016 19:29:50 -0400 |
| parents | 894aa07be6cb |
| children | 0142b4fb5a2d |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jul 03 18:54:18 2016 -0400 +++ b/CHANGES.txt Sun Jul 03 19:29:50 2016 -0400 @@ -124,6 +124,12 @@ the retire action. Created while implementing fix for issue2550831. Requires restore permission in the schema. See upgrading.txt for migrating to 1.6.0 for details. (John Rouillard) +- issue2550751: Email Header Issue. Noel Garces requested the ability + to suppress email headers like "x-roundup-issue-files". With Ralf's + addition of the Link/Multilink property attribute + 'msg_header_property' we can do this easily. Setting the + 'msg_header_property' to the empty string '' (not to None) will + suppress the header for that property. (John Rouillard) Fixed:
