fix text selection when double-clicking quoted text and 'collapse quoted text on...
[claws.git] / src / textview.c
index c35dbf9d3769c07c80faa5a122eb4de463fdbc18..fa2860d04dd3f00ace8ab026f397a6951bc36b80 100644 (file)
@@ -2774,9 +2774,11 @@ static gboolean textview_uri_button_pressed(GtkTextTag *tag, GObject *obj,
                        } 
                        return TRUE;
                } else if (qlink && bevent->button == 1) {
-                       if (prefs_common.hide_quoted)
+                       if (prefs_common.hide_quoted) {
                                textview_toggle_quote(textview, NULL, uri, FALSE);
-                       return TRUE;
+                               return TRUE;
+                       } else
+                               return FALSE;
                } else if (!g_ascii_strncasecmp(uri->uri, "mailto:", 7)) {
                        if (bevent->button == 3) {
                                g_object_set_data(