Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <slrnv9cn01.5oqr.rotflol2@geidiprime.bvh>
Deutsch   English   Français   Italiano  
<slrnv9cn01.5oqr.rotflol2@geidiprime.bvh>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Borax Man <rotflol2@hotmail.com>
Newsgroups: comp.os.linux.misc
Subject: Re: What programs do you make sure are installed on a new Linux
 install?
Date: Tue, 16 Jul 2024 11:39:46 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <slrnv9cn01.5oqr.rotflol2@geidiprime.bvh>
References: <slrnv8jqo0.4uu.rotflol2@geidiprime.bvh>
 <668b224a@news.ausics.net> <slrnv8nfgj.1gn9.rotflol2@geidiprime.bvh>
 <slrnv8npnn.bsh9.candycanearter07@candydeb.host.invalid>
 <slrnv8nrmk.5ruu.SimonJ@silex.localdomain>
 <slrnv8nsdr.bsv3.candycanearter07@candydeb.host.invalid>
 <v6j0mp$pc4$2@reader1.panix.com> <v6j0qb$1b5q0$1@dont-email.me>
 <slrnv8t3f8.2rf6.candycanearter07@candydeb.host.invalid>
 <v6n1jt$23ef2$4@dont-email.me> <OkVjO.2746$S0Ne.2682@fx39.iad>
 <v6rb45$5dev$2@matrix.hispagatos.org>
 <slrnv958to.3tc.candycanearter07@candydeb.host.invalid>
 <v6v9nr$3r1am$2@dont-email.me> <slrnv96udd.5cuj.rotflol2@geidiprime.bvh>
 <slrnv97ud8.497.candycanearter07@candydeb.host.invalid>
Injection-Date: Tue, 16 Jul 2024 13:39:46 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="ba7541709701c5b4bc8709ec6f8a28e1";
	logging-data="1322954"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+7EvB1E8i53t032sY+EtVIXJkxaZbaIPw="
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:MKQlSq4RzM8eh5b9SJrBM9XUAKE=
Bytes: 2599

On 2024-07-14, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
> Borax Man <rotflol2@hotmail.com> wrote at 07:09 this Sunday (GMT):
>> On 2024-07-14, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>>> On Sat, 13 Jul 2024 16:00:09 -0000 (UTC), candycanearter07 wrote:
>>>
>>>> I prefer a GUI for email specifically, bc of all the html emails that
>>>> break in something like mutt
>>>
>>> I see lack of HTML rendering for email to be a feature, not a bug.
>>
>> You can hook 'w3m' to display HTML emails in mutt.  Isn't as good as
>> viewing it in a graphical client, but works well enough to render the
>> text OK without all yht HTML markup.
>
>
> Interesting. I might try mutt again at some point..

The magic is using a mailcap file.  The contents of mine is

# auto view using w3m
text/html; w3m -F -I %{charset} -T text/html; copiousoutput;
text/plain; most ; copiousoutput


Then in your .muttrc, include this line, to use the .mailcap file.

set mailcap_path="~/.mailcap"