diff options
author | Go MAEDA <maeda@farend.jp> | 2018-09-27 13:13:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-09-27 13:13:18 +0000 |
commit | ffc7e94d4e6e688f349bfab35f6807b7af97f48e (patch) | |
tree | fa5c143d5262a52c56ebd3484d7a2abfbed834e1 /lib/tasks/email.rake | |
parent | 56138544e10a29ec2216730635555287eeb35435 (diff) | |
download | redmine-ffc7e94d4e6e688f349bfab35f6807b7af97f48e.tar.gz redmine-ffc7e94d4e6e688f349bfab35f6807b7af97f48e.zip |
"no_notification" option is not listed in the help of "rake redmine:email:receive_imap" (#29669).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17528 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/email.rake')
-rw-r--r-- | lib/tasks/email.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake index 3c57f1af8..374232f65 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -56,6 +56,7 @@ User and permissions options: no_permission_check=1 disable permission checking when receiving the email no_account_notice=1 disable new user account notification + no_notification=1 disable email notification to new user default_group=foo,bar adds created user to foo and bar groups Issue attributes control options: |