Re: What environment variable affects the "charset" variable?

2019-07-09 Thread Cameron Simpson
On 08Jul2019 12:30, Jon LaBadie wrote: On Mon, Jul 08, 2019 at 05:53:22AM -0500, Peng Yu wrote: `mutt -D` prints 'charset="iso-8859-1"' when it runs in a non-interactive bash session scheduled by crontab. But the same command prints 'charset="utf-8"' when it runs in an interactive bash session

text vs html

2019-07-09 Thread Fred Smith
Hi all! I'm seeing this strange thing which while no biggie, is a nuisance. If I get an email with both text and html sections, according to my /etc/mailcap it seems to be getting processed like this: text/html; lynx -dump -vikeys -raw %s; copiousoutput; nametemplate=%s.html So, when someone se

Re: text vs html

2019-07-09 Thread Cameron Simpson
On 09Jul2019 22:53, Fred Smith wrote: If I get an email with both text and html sections, according to my /etc/mailcap it seems to be getting processed like this: text/html; lynx -dump -vikeys -raw %s; copiousoutput; nametemplate=%s.html So, when someone sends email from outlook that contains

Re: text vs html

2019-07-09 Thread Amit Ramon
Hi, Fred Smith [2019-07-09 22:53 -0400]: [ ... ] it seems to be following this recipe and decoding the html part even though there is a perfectly readable text part, containing a :-). does the order of statements in mailcap matter? should I change this: text/html; lynx -dump -vikeys -raw %s