Fix sender initials recognition.
[claws.git] / src / compose.c
index b7fcada67dc467ca37be794b5453abb5715caa07..c5b5f0f43a473fa4982c5834024b8f0eb4f46cce 100644 (file)
@@ -2237,6 +2237,8 @@ static guint get_indent_length(GtkSText *text, guint start_pos, guint text_len)
                        if (is_indent == FALSE && !isupper(cbuf[0]))
                                goto out;
                        if (is_indent == TRUE) {
+                               if (alnum_cnt > 0 && cb[0] != '>')
+                                       goto out;
                                alnum_cnt = 0;
                                state = WAIT_FOR_SPACE;
                        } else {