* On 09 May 2014, Shawn Zaidermann wrote: > Is there a way to completely disable the shell-escape feature?
You can unbind the key (or bind it to no-op), but the user can still rebind it unless you also remove the enter-command binding (preventing them from entering a bind command). Also ensure that they cannot source any muttrc files (check bindings for source macros), and cannot edit any muttrc files that the program is sourcing. Your use case might help to answer more exactly. To avoid this complexity, source code changes are the only option. There is no irreversible "restricted" mode that does all this automatically. -- David Champion • d...@bikeshed.us