[Commits] [SCM] claws branch, master, updated. 3.9.3-216-geba3ff6
colin at claws-mail.org
colin at claws-mail.org
Thu May 22 15:40:50 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via eba3ff6f6f06cf91fe0016a706073696d3839531 (commit)
from 6b252626a3bdeafedcfd7a364db1c9e1e224b49c (commit)
- Log -----------------------------------------------------------------
commit eba3ff6f6f06cf91fe0016a706073696d3839531
Author: Colin Leroy <colin at colino.net>
Date: Thu May 22 15:40:24 2014 +0200
Fix bug #2179, "Improve quotation wrapping support": Make manual wrapping also wrap quotes.
diff --git a/src/compose.c b/src/compose.c
index 8195e9d..55c34ed 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -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;
-----------------------------------------------------------------------
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list