[evolution/gnome-3-38] I#1259 - Composer: Body from mailto: URI not enclosed in paragraphs



commit bdee9ca7931f5817c8441fc86f268ec1c3077283
Author: Milan Crha <mcrha redhat com>
Date:   Mon Dec 7 17:12:15 2020 +0100

    I#1259 - Composer: Body from mailto: URI not enclosed in paragraphs
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1259

 src/composer/e-msg-composer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/composer/e-msg-composer.c b/src/composer/e-msg-composer.c
index 7793577d33..b5be9dfb97 100644
--- a/src/composer/e-msg-composer.c
+++ b/src/composer/e-msg-composer.c
@@ -5244,7 +5244,7 @@ handle_mailto (EMsgComposer *composer,
                if (g_settings_get_boolean (settings, "composer-mailto-body-in-pre"))
                        flags |= CAMEL_MIME_FILTER_TOHTML_PRE;
                else
-                       flags |= CAMEL_MIME_FILTER_TOHTML_CONVERT_NL | 
CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES;
+                       flags |= CAMEL_MIME_FILTER_TOHTML_CONVERT_NL | 
CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES | CAMEL_MIME_FILTER_TOHTML_DIV;
 
                g_clear_object (&settings);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]