diff 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
line wrap: on
line diff
--- a/doc/customizing.txt	Sun Jul 03 18:54:18 2016 -0400
+++ b/doc/customizing.txt	Sun Jul 03 19:29:50 2016 -0400
@@ -703,8 +703,11 @@
     
         X-Roundup-issue-assigned_to: joe_user
 
-    for issues where joe_user is the username of the person responsible
-    for this issue.
+    for issues where joe_user is the username of the person
+    responsible for this issue.
+
+    If this property is set to the empty string "", it will prevent
+    the header from being generated on outgoing mail.
 
 All Classes automatically have a number of properties by default:
 

Roundup Issue Tracker: http://roundup-tracker.org/