Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2020-08-06 18:36:59 +01:00
parent 5ece1572d0
commit 0e2a66e8de
24 changed files with 152 additions and 116 deletions

View file

@ -25,7 +25,7 @@ exit 0 if date < 1.month.ago
message&.update(:message_read => true)
mail = Mail.new(STDIN.read
mail = Mail.new($stdin.read
.encode(:universal_newline => true)
.encode(:crlf_newline => true))