1 before this patch mutt failed to highlight some signatures if text_flowed was
2 set to yes (see upstream http://bugs.mutt.org/3275)
8 if (l > 0 && buf[l-1] == '\n')
10 - if (option (OPTTEXTFLOWED))
11 + if (mutt_strcmp (buf, "-- ") != 0 && option (OPTTEXTFLOWED))
13 while (l > 0 && buf[l-1] == ' ')