Mercurial > p > roundup > code
comparison doc/customizing.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 | f74300d1494e |
| children | 513803cade0a |
comparison
equal
deleted
inserted
replaced
| 5123:226052e0cc4c | 5124:a927f9549af0 |
|---|---|
| 701 for the assigned_to property will generated message headers of the | 701 for the assigned_to property will generated message headers of the |
| 702 form:: | 702 form:: |
| 703 | 703 |
| 704 X-Roundup-issue-assigned_to: joe_user | 704 X-Roundup-issue-assigned_to: joe_user |
| 705 | 705 |
| 706 for issues where joe_user is the username of the person responsible | 706 for issues where joe_user is the username of the person |
| 707 for this issue. | 707 responsible for this issue. |
| 708 | |
| 709 If this property is set to the empty string "", it will prevent | |
| 710 the header from being generated on outgoing mail. | |
| 708 | 711 |
| 709 All Classes automatically have a number of properties by default: | 712 All Classes automatically have a number of properties by default: |
| 710 | 713 |
| 711 *creator* | 714 *creator* |
| 712 Link to the user that created the item. | 715 Link to the user that created the item. |
