NeoMutt  2024-04-25-34-g585158
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Functions to parse commands in a config file

Functions to parse commands in a config file.

Data

Data Description Links
MuttCommands General NeoMutt Commands

Functions

Function Description Links
commands_init() Initialize commands array and register default commands
do_unmailboxes() Remove a Mailbox from the Sidebar/notifications
do_unmailboxes_star() Remove all Mailboxes from the Sidebar/notifications
envlist_sort() Compare two environment strings sort_t, sort_api
is_function() Is the argument a neomutt function?
mailbox_add() Add a new Mailbox
mailbox_add_simple() Add a new Mailbox
mutt_get_sourced_cwd() Get the current file path that is being parsed
parse_cd() Parse the 'cd' command Command::parse(), command_parse
parse_echo() Parse the 'echo' command Command::parse(), command_parse
parse_finish() Parse the 'finish' command Command::parse(), command_parse
parse_group() Parse the 'group' and 'ungroup' commands Command::parse(), command_parse
parse_grouplist() Parse a group context
parse_ifdef() Parse the 'ifdef' and 'ifndef' commands Command::parse(), command_parse
parse_ignore() Parse the 'ignore' command Command::parse(), command_parse
parse_lists() Parse the 'lists' command Command::parse(), command_parse
parse_mailboxes() Parse the 'mailboxes' command Command::parse(), command_parse
parse_my_hdr() Parse the 'my_hdr' command Command::parse(), command_parse
parse_nospam() Parse the 'nospam' command Command::parse(), command_parse
parse_rc_line_cwd() Parse and run a muttrc line in a relative directory
parse_setenv() Parse the 'setenv' and 'unsetenv' commands Command::parse(), command_parse
parse_source() Parse the 'source' command Command::parse(), command_parse
parse_spam() Parse the 'spam' command Command::parse(), command_parse
parse_stailq() Parse a list command Command::parse(), command_parse
parse_subscribe() Parse the 'subscribe' command Command::parse(), command_parse
parse_subscribe_to() Parse the 'subscribe-to' command Command::parse(), command_parse
parse_tag_formats() Parse the 'tag-formats' command Command::parse(), command_parse
parse_tag_transforms() Parse the 'tag-transforms' command Command::parse(), command_parse
parse_unignore() Parse the 'unignore' command Command::parse(), command_parse
parse_unlists() Parse the 'unlists' command Command::parse(), command_parse
parse_unmailboxes() Parse the 'unmailboxes' command Command::parse(), command_parse
parse_unmy_hdr() Parse the 'unmy_hdr' command Command::parse(), command_parse
parse_unstailq() Parse an unlist command Command::parse(), command_parse
parse_unsubscribe() Parse the 'unsubscribe' command Command::parse(), command_parse
parse_unsubscribe_from() Parse the 'unsubscribe-from' command Command::parse(), command_parse
parse_version() Parse the 'version' command Command::parse(), command_parse
set_dump() Dump list of config variables into a file/pager
source_rc() Read an initialization file
source_stack_cleanup() Free memory from the stack used for the source command