mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-04 08:03:23 +00:00
rdm-mailhandler with project-from-subaddress fails (#21531).
git-svn-id: http://svn.redmine.org/redmine/trunk@14986 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
227594481e
commit
cf59a9b62e
@ -87,7 +87,7 @@ class RedmineMailHandler
|
||||
opts.separator("")
|
||||
opts.separator("Issue attributes control options:")
|
||||
opts.on( "--project-from-subaddress ADDR", "select project from subadress of ADDR found",
|
||||
"in To, Cc, Bcc headers") {|v| self.project_from_subaddress['project'] = v}
|
||||
"in To, Cc, Bcc headers") {|v| self.project_from_subaddress = v}
|
||||
opts.on("-p", "--project PROJECT", "identifier of the target project") {|v| self.issue_attributes['project'] = v}
|
||||
opts.on("-s", "--status STATUS", "name of the target status") {|v| self.issue_attributes['status'] = v}
|
||||
opts.on("-t", "--tracker TRACKER", "name of the target tracker") {|v| self.issue_attributes['tracker'] = v}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user