2004-12-02 [colin] 0.9.12cvs178.1
[claws.git] / src / compose.c
index 9367dc470c9f93ca54440e8f9e1132bb4191e5ae..bb8539192c27513dce0c209e5da6414d2ac257dd 100644 (file)
@@ -2797,7 +2797,7 @@ static void compose_wrap_line_all_full(Compose *compose, gboolean autowrap)
        gint ch_len;
        gboolean is_new_line = TRUE, do_delete = FALSE;
        guint i_len = 0;
-       gboolean linewrap_quote = TRUE;
+       gboolean linewrap_quote = prefs_common.linewrap_quote;
        gboolean set_editable_pos = FALSE;
        gint editable_pos = 0;
        guint linewrap_len = prefs_common.linewrap_len;