pub fn reply_subject(orig: &str, re: &Regex) -> StringExpand description
The subject of a reply, as mutt makes it: “Re: “ over the original with whatever $reply_regexp matched at its start taken off, so an “RE: x” or “Re[2]: x” answers as “Re: x” rather than piling up.