Download this file
# Sample muttrc for using the mailing_list program

# maps the M key in index and pager mode to the mailing_list program.

bind pager M noop
macro pager M ":unset pipe_decode\n|mailing_list\n!mailing_list\n:set pipe_decode\n" "access the mailing list command menu"
bind index M noop
macro index M "\n:unset pipe_decode\n|mailing_list\n!mailing_list\n:set pipe_decode\n:exec exit\n" "access the mailing list command menu"