On November 30, 1998 at 14:56, Michael Minter wrote:
> I just switched to v2.3.2/2.3.3 and now for some reason my rcfile is no
> longer working. I prefer to have attachments saved off with the existing
> filename in a subdirectory. This has worked in the past with v2.2 and
> earlier but now it no longer works. Here's my rcfile:
>
> <MIMEArgs>
> m2h_external'filter:usename useicon subdir
> </MIMEArgs>
Change it to the following:
<MIMEArgs>
m2h_external::filter;usename useicon subdir
</MIMEArgs>
--ewh