From ffc7e94d4e6e688f349bfab35f6807b7af97f48e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 27 Sep 2018 13:13:18 +0000 Subject: [PATCH] "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 --- lib/tasks/email.rake | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5