Actions
Defect #27812
closedTypo in rdm-mailhandler.rb: s/subadress/subaddress/
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Index: extra/mail_handler/rdm-mailhandler.rb
===================================================================
--- extra/mail_handler/rdm-mailhandler.rb (revision 17115)
+++ extra/mail_handler/rdm-mailhandler.rb (working copy)
@@ -86,7 +86,7 @@
"user") { |v| self.no_notification = '1'}
opts.separator("")
opts.separator("Issue attributes control options:")
- opts.on( "--project-from-subaddress ADDR", "select project from subadress of ADDR found",
+ opts.on( "--project-from-subaddress ADDR", "select project from subaddress of ADDR found",
"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}
Updated by Go MAEDA about 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed to the trunk.
Actions