Actions
Defect #28029
closedRake tasks for fetching email don't support "no_notification" option
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
"--no-notification" option to disable notifications to the created user has been added by #13341 (Redmine 2.3.0).
Although rdm-mailhandler.rb
supports the option, it seems that rake tasks for fetching emails such as redmine:email:receive_imap
don't support it. Please see source:tags/3.4.4/app/models/mail_handler.rb#L68. extract_options_from_env
method doesn't check ENV['no_notification']
.
Related issues
Actions