##// END OF EJS Templates
rdm-mailhandler with project-from-subaddress fails (#21531)....
Jean-Philippe Lang -
r14604:cf59a9b62e44
parent child
Show More
@@ -87,7 +87,7 class RedmineMailHandler
87 87 opts.separator("")
88 88 opts.separator("Issue attributes control options:")
89 89 opts.on( "--project-from-subaddress ADDR", "select project from subadress of ADDR found",
90 "in To, Cc, Bcc headers") {|v| self.project_from_subaddress['project'] = v}
90 "in To, Cc, Bcc headers") {|v| self.project_from_subaddress = v}
91 91 opts.on("-p", "--project PROJECT", "identifier of the target project") {|v| self.issue_attributes['project'] = v}
92 92 opts.on("-s", "--status STATUS", "name of the target status") {|v| self.issue_attributes['status'] = v}
93 93 opts.on("-t", "--tracker TRACKER", "name of the target tracker") {|v| self.issue_attributes['tracker'] = v}
General Comments 0
You need to be logged in to leave comments. Login now