Actions
Defect #16022
closedDeprecation warning with incoming emails
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
By using the rake task as a cronjob to receive mails from an imap server I get this warning
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Fixed by r12366.
Updated by Philip Schiffer over 10 years ago
This is not fixed, I'm still getting this warning on 2.5.2.
This is the script which is run by cron
#!/bin/bash cd /opt/redmine RAILS_ENV="production" rake redmine:email:receive_imap host=<IP> username=<Username> password=<Passwort>
Edit: appears to be a Plugins fault
Actions