Bug#882006: redmine: "no_notification" option is not honored in mail_handler.rb

2017-11-17 Thread larzeni
Package: redmine Version: 3.0~20140825-8~deb8u4 Severity: normal Tags: upstream patch Dear Maintainer, I was trying to download issues by a mail account using the following command: RAILS_ENV="production" rake -f /usr/share/redmine/Rakefile redmine:email:receive_imap no_notification=1 I set red

Bug#882006: redmine: "no_notification" option is not honored in mail_handler.rb

2018-04-01 Thread duck
Quack, I had a look at your problem and the current code. I can see in `create_user_from_email` that the code is much different now (in 3.4.4): if handler_options[:no_notification] user.mail_notification = 'none' end So I think you problem is solved now. Could you have a l