diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-24 12:10:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-24 12:10:19 +0000 |
commit | c1f92c7f06ff279dfda512026bd4a5b607e99039 (patch) | |
tree | 5b5b3307ced93341d4e4ca4d8e38f71dd2a248e1 /lib/tasks/email.rake | |
parent | 93a09f05ccc062a0f45d829e11789bf5275dfb02 (diff) | |
download | redmine-c1f92c7f06ff279dfda512026bd4a5b607e99039.tar.gz redmine-c1f92c7f06ff279dfda512026bd4a5b607e99039.zip |
Fix: "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap" (#28026).
Patch by Go Maeda.
git-svn-id: http://svn.redmine.org/redmine/trunk@17185 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/email.rake')
-rw-r--r-- | lib/tasks/email.rake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake index 305a3e5a2..86ef628e8 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -60,6 +60,9 @@ User and permissions options: Issue attributes control options: project=PROJECT identifier of the target project + project_from_subaddress=ADDR + select project from subaddress of ADDR found + in To, Cc, Bcc headers status=STATUS name of the target status tracker=TRACKER name of the target tracker category=CATEGORY name of the target category |