Home
last modified time | relevance | path

Searched refs:MUTT_SET_INV (Results 1 – 3 of 3) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_commands.h38 MUTT_SET_INV, ///< default is to invert all vars enumerator
H A Dmutt_commands.c103 { "toggle", parse_set, MUTT_SET_INV },
H A Dcommand_parse.c677 bool inv = (data == MUTT_SET_INV); in parse_set()