From c3a393a11fdf55739db22e5a97357dfbf45c8c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 24 Feb 2016 15:16:29 +0100 Subject: [PATCH] let's try with 'normal' linebreaks --- lib/email/receiver.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)