40 "External search command"
42 {
"pattern_format",
DT_STRING,
IP "%2n %-15e %d", 0, NULL,
43 "printf-like format string for the pattern completion menu"
45 {
"thorough_search",
DT_BOOL,
true, 0, NULL,
46 "Decode headers and messages before searching them"
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[], uint32_t flags)
Register a set of config items.
bool config_init_pattern(struct ConfigSet *cs)
Register pattern config variables - Implements module_init_config_t -.
static struct ConfigDef PatternVars[]
Config definitions for the pattern library.
Container for lots of config items.
#define DT_BOOL
boolean option
#define DT_STRING
a string
#define DT_COMMAND
A command.
#define DT_NO_FLAGS
No flags are set.