NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Parse the 'set' command

Parse the 'set' command.

Functions

Function Description Links
command_set_decrement() Decrement a variable by a value
command_set_expand_value() Expand special characters
command_set_increment() Increment a variable by a value
command_set_query() Query a variable
command_set_reset() Reset a variable
command_set_set() Set a variable to the given value
command_set_toggle() Toggle a boolean or quad variable
command_set_unset() Unset a variable
parse_set() Parse the 'set' family of commands Command::parse(), command_parse