<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,7 @@
 # 
 # Issue attributes control options:
 #   -p, --project=PROJECT          identifier of the target project
+#   -s, --status=STATUS            name of the target status
 #   -t, --tracker=TRACKER          name of the target tracker
 #       --category=CATEGORY        name of the target category
 #       --priority=PRIORITY        name of the target priority
@@ -75,6 +76,7 @@ class RedmineMailHandler
       [ '--url',            '-u', GetoptLong::REQUIRED_ARGUMENT ],
       [ '--key',            '-k', GetoptLong::REQUIRED_ARGUMENT],
       [ '--project',        '-p', GetoptLong::REQUIRED_ARGUMENT ],
+      [ '--status',         '-s', GetoptLong::REQUIRED_ARGUMENT ],
       [ '--tracker',        '-t', GetoptLong::REQUIRED_ARGUMENT],
       [ '--category',             GetoptLong::REQUIRED_ARGUMENT],
       [ '--priority',             GetoptLong::REQUIRED_ARGUMENT],
@@ -93,7 +95,7 @@ class RedmineMailHandler
         self.verbose = true
       when '--version'
         puts VERSION; exit
-      when '--project', '--tracker', '--category', '--priority'
+      when '--project', '--status', '--tracker', '--category', '--priority'
         self.issue_attributes[opt.gsub(%r{^\-\-}, '')] = arg.dup
       when '--allow-override'
         self.allow_override = arg.dup</diff>
      <filename>extra/mail_handler/rdm-mailhandler.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3fdb8a63344749026b11c980d0544c2fc352761b</id>
    </parent>
  </parents>
  <author>
    <name>jplang</name>
    <email>jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81</email>
  </author>
  <url>http://github.com/yugui/redmine4ruby-lang/commit/daa5647d86985d0eaaafbaad6fa4bd4d04b18832</url>
  <id>daa5647d86985d0eaaafbaad6fa4bd4d04b18832</id>
  <committed-date>2008-11-30T07:51:44-08:00</committed-date>
  <authored-date>2008-11-30T07:51:44-08:00</authored-date>
  <message>Adds --status option to rdm-mailhandler.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@2076 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
  <tree>5cb2846033b9ea0f6311e198dc447d0fe215bae1</tree>
  <committer>
    <name>jplang</name>
    <email>jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81</email>
  </committer>
</commit>
