Skip to main content

reply_subject

Function reply_subject 

Source
pub fn reply_subject(orig: &str, re: &Regex) -> String
Expand 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.