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

Re: mutt: 9 new changesets



Kyle Wheeler wrote:  [Thu Jul 02 2009, 11:43:46AM EDT]
> To restore the original behavior, add this to your muttrc:
> 
>     bind attach <enter> view-mailcap

Thanks Kyle, view-mailcap does the trick for me, though
I actually had to bind <return> for it to work:

    bind attach <enter>  view-mailcap
    bind attach <return> view-mailcap

Aron