savanna <[EMAIL PROTECTED]> wrote: > No file hey... I presume I could remap the '?' key - how would I get > a dump of that output into a file? (ex M$ geek question...)
You could for instance 'set pager=vi', then edit the help section to your tastes and save it to a file, let's say in ~/.mutt_index_help Then, create a macro: macro index ? "<shell-escape>less ~/.mutt_index_help\n" You might want to do this for several menus: generic, index, pager, compose, etc. -- Cedric