41 N_(
"Apply regex-based rewriting to message subjects"),
42 N_(
"subject-regex <regex> <replacement>"),
43 "advancedusage.html#display-munging" },
45 N_(
"Remove subject-rewriting rules"),
46 N_(
"unsubject-regex { * | <regex> }"),
47 "advancedusage.html#display-munging" },
#define CF_SYNONYM
Command is a synonym for another command.
#define CF_NO_FLAGS
No flags are set.
@ CMD_UNSUBJECT_REGEX
:unsubject-regex
@ CMD_SUBJECT_REGEX
:subject-regex
Convenience wrapper for the core headers.
enum CommandResult parse_unsubjectrx_list(const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe)
Parse the 'unsubject-regex' command - Implements Command::parse() -.
enum CommandResult parse_subjectrx_list(const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe)
Parse the 'subject-regex' command - Implements Command::parse() -.
const struct Command IndexCommands[]
Index Commands.
Convenience wrapper for the library headers.
Parse Subject-regex Commands.