On 15.07.15 13:00, Ian Zimmerman wrote: > Let us further assume the following is set globally: > > set folder=~/Mail > > (I can neither confirm nor deny that this is in fact the case :)
Try: :set ? folder Here, that gives: folder="~/mail" due to: $ grep folder .muttrc set folder="~/mail" Erik
