pub const REPLY_REGEXP: &str = r"^(re)(\[[0-9]+\])*:[ \t]*";
mutt’s $reply_regexp default: “Re:” with an optional bracketed count, as Re[2]: has it.