Project

General

Profile

Actions

Defect #27812

closed

Typo in rdm-mailhandler.rb: s/subadress/subaddress/

Added by Go MAEDA over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email receiving
Target version:
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}
Actions #1

Updated by Go MAEDA over 6 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed to the trunk.

Actions

Also available in: Atom PDF