Re: What happened to strict_mime?
* Mon Mar 19 2007 Adeodato Simó <dato@xxxxxxxxxxxxxx>
> Seems like strict_mime never made it? (I can't find it anywhere in the
> source.)
Well, you don't need it any more.
2007-02-27 17:44:09 TAKIZAWA Takashi <taki@xxxxxxxxxxxxxxxx> (brendan)
* mutt.h, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, sendlib.c,
* UPDATING, charset.c, charset.h, globals.h, handler.c, init.h:
Updated $assumed_charset patch (closes: #2218).
You can get the same effect as following.
strict_mime=yes:
unset assumed_charset
unset ignore_linear_white_space
strict_mime=no:
set assumed_charset=$charset:utf-8 (for example)
set ignore_linear_white_space
--
tamo