diff --git a/lib/email/receiver.rb b/lib/email/receiver.rb index 71c2d9e9bac..8d6f1aa0449 100644 --- a/lib/email/receiver.rb +++ b/lib/email/receiver.rb @@ -300,11 +300,7 @@ module Email end end - post_options = { - cooking_options: { traditional_markdown_linebreaks: true }, - }.merge(options) - - create_post(post_options) + create_post(options) end def attachment_markdown(upload)