FEATURE: show raw email for replies/topics created via email

This commit is contained in:
Arpit Jalan
2014-10-16 11:38:02 +05:30
parent ab9a0235b4
commit 2131a37811
13 changed files with 60 additions and 4 deletions

View File

@ -245,6 +245,7 @@ module Email
def create_post(user, options)
# Mark the reply as incoming via email
options[:via_email] = true
options[:raw_email] = @raw
creator = PostCreator.new(user, options)
post = creator.create