<<< Date Index >>>     <<< Thread Index >>>

Re: debug variables



Fabien Wernli (2004-10-05, 10:36):
> Is it possible to debug muttrc files that is at any time show
> the value of a vatiable or my_hdr? Something like :echo
> $folder or so?

http://www.mutt.org/doc/manual/manual-3.html#ss3.23

AFAIK not possible for "configuration commands", but you can
query the value of a "variable" by prefixing the name of the
variable with a question mark:

:set ?allow_8bit

Hendrik