We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7769165 commit 981ca6cCopy full SHA for 981ca6c
app/models/message.rb
@@ -40,7 +40,7 @@ def from_mail(mail, list, list_seq)
40
41
self.from = mail.from_address&.raw
42
self.from = Kconv.toutf8 from if from
43
- if !self.from && (list.name == 'ruby-core') && (list_seq == 161)
+ if !from && (list.name == 'ruby-core') && (list_seq == 161)
44
self.from = mail.from.encode Encoding::UTF_8, Encoding::KOI8_R
45
end
46
0 commit comments