Fix bug #2179, "Improve quotation wrapping support": Make manual wrapping also wrap...
authorColin Leroy <colin@colino.net>
Thu, 22 May 2014 13:40:24 +0000 (15:40 +0200)
committerColin Leroy <colin@colino.net>
Thu, 22 May 2014 13:40:24 +0000 (15:40 +0200)
src/compose.c

index 8195e9df1f6f8a68ae24135e499a606aac8f0552..55c34edfedff0a70165f4d4164cce8a6e91f9a3e 100644 (file)
@@ -4297,7 +4297,7 @@ static gboolean compose_beautify_paragraph(Compose *compose, GtkTextIter *par_it
        GtkTextIter iter, break_pos, end_of_line;
        gchar *quote_str = NULL;
        gint quote_len;
-       gboolean wrap_quote = prefs_common.linewrap_quote;
+       gboolean wrap_quote = force || prefs_common.linewrap_quote;
        gboolean prev_autowrap = compose->autowrap;
        gint startq_offset = -1, noq_offset = -1;
        gint uri_start = -1, uri_stop = -1;