Skip to main content

REPLY_REGEXP

Constant REPLY_REGEXP 

Source
pub const REPLY_REGEXP: &str = r"^(re)(\[[0-9]+\])*:[ \t]*";
Expand description

mutt’s $reply_regexp default: “Re:” with an optional bracketed count, as Re[2]: has it.