On Thu, Jan 29, 2026 at 12:01:51PM +0800, Kevin J. McCarthy wrote:
Perhaps it's better to change my last proposal to:
So we could turn on "From " only mode:
if expect_from_line || (lax_option_set && has_mbox_sep)
turn on "From " only mode
else
is_from_forward_scan() required to be considered a "From " line.
Where the is_from_forward_scan() is the current implementation. This
would require Vincent to turn on the lax_option to read his old mbox
files, while not increating the risk much for everyone else.
I think I like this.