41 N_(
"Add a custom header to outgoing messages"),
42 N_(
"my-header <string>"),
43 "configuration.html#my-header" },
45 N_(
"Remove a header previously added with `my-header`"),
46 N_(
"unmy-header { * | <field> ... }"),
47 "configuration.html#my-header" },
#define CF_SYNONYM
Command is a synonym for another command.
#define CF_NO_FLAGS
No flags are set.
@ CMD_MY_HEADER
:my-header
@ CMD_UNMY_HEADER
:unmy-header
Convenience wrapper for the core headers.
enum CommandResult parse_my_header(const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe)
Parse the 'my-header' command - Implements Command::parse() -.
enum CommandResult parse_unmy_header(const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe)
Parse the 'unmy-header' command - Implements Command::parse() -.
Convenience wrapper for the library headers.
const struct Command SendCommands[]
Send Commands.