2007-04-26 [colin] 2.9.1cvs28
[claws.git] / src / textview.c
index 79772e2653e0681b1e54b1a93b7e951edbcccf84..a49e4d4a710f68b3078991192d0d09ab8e4d42fd 100644 (file)
@@ -1392,7 +1392,8 @@ static void textview_write_line(TextView *textview, const gchar *str,
                fg_color = quote_tag_str;
        }
 
-       if (prefs_common.enable_color && (strcmp(buf,"-- \n") == 0 || textview->is_in_signature)) {
+       if (prefs_common.enable_color && 
+           (strcmp(buf,"-- \n") == 0 || strcmp(buf, "- -- \n") == 0 || textview->is_in_signature)) {
                fg_color = "signature";
                textview->is_in_signature = TRUE;
        }