On 020307, at 10:54:51, Ron da Silva wrote > Is there a way to get mutt to recognize ... the following content > types?? > > Content-Type: Message/External-body; > name="draft-ietf-l2tpext-l2tp-base-02.txt"; > site="ftp.ietf.org"; > access-type="anon-ftp"; > directory="internet-drafts" > > Content-Type: text/plain > Content-ID: <[EMAIL PROTECTED]>
For this, I have the following mailcap entry: message/external-body; ncftp %{site}:%{directory}/%{name}\; cat %{name}; \ test=test %{access-type} = anon-ftp; copiousoutput -- David Ellement