> AERC opens Firefox if I want to read a message in a browser, but I want> to use Chromium, how do I do it?
I'm sure it's not aerc that associates HTML with Firefox but rather your
system setup.
Anyway, check out the `:pipe` command to pipe the HTML part (needs to be
selected) to another program.
To see an example, you might want to check out vib [0].
[0] : https://sr.ht/~renerocksai/vib/
I too thought it was an issue with linking file types to an application, but I checked both the Fedora configuration and mimeapps.lst and got nothing. But your solution went perfectly!
Thank you very much.
On Mon Oct 3, 2022 at 1:23 PM CEST, Rene Schallner wrote:
> > AERC opens Firefox if I want to read a message in a browser, but I want> > to use Chromium, how do I do it?>> I'm sure it's not aerc that associates HTML with Firefox but rather your> system setup.>> Anyway, check out the `:pipe` command to pipe the HTML part (needs to be> selected) to another program.>> To see an example, you might want to check out vib [0].>> [0] : https://sr.ht/~renerocksai/vib/
Javier Villate, Oct 03, 2022 at 12:59:
> Hello.>> AERC opens Firefox if I want to read a message in a browser, but> I want to use Chromium, how do I do it?
If you use the current master version, you can force a default opener
for text/html independently from the default mime handler.
[openers]
text/html=chromium
More details:
https://git.sr.ht/~rjarry/aerc/commit/45bff8851509432f6b5a21360ce67a7b2ca55eb5
That was one of my first choices, but it didn't work out.
Thank you.
On Mon Oct 3, 2022 at 1:55 PM CEST, Robin Jarry wrote:
> Javier Villate, Oct 03, 2022 at 12:59:> > Hello.> >> > AERC opens Firefox if I want to read a message in a browser, but> > I want to use Chromium, how do I do it?>> If you use the current master version, you can force a default opener> for text/html independently from the default mime handler.>> [openers]> text/html=chromium>> More details:>> https://git.sr.ht/~rjarry/aerc/commit/45bff8851509432f6b5a21360ce67a7b2ca55eb5