Fix new rubocop warnings
This commit is contained in:
parent
5ece1572d0
commit
0e2a66e8de
24 changed files with 152 additions and 116 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue