[neomutt-users] Unclickable Links

Kenneth Flak kennethflak at protonmail.com
Fri May 7 19:08:49 CEST 2021


I use a couple of strategies: one is based on the utility urlscan:

macro index,pager \cb "<pipe-message> urlscan -d -r 'xdg-open \"{}\"'<enter>"

The other one is to open the email in my browser by going to the attachments and opening it from there. I have this in my .mailcap:

text/html; browser-mutt.sh qutebrowser %s; test=test -n "$DISPLAY"

which refers to this script:

#!/bin/bash

BROWSER=$1
CONTENT=$2

mkdir -p /tmp/neomutt-arch
FILENAME=$(basename $CONTENT).html

cp $CONTENT /tmp/neomutt-arch/$FILENAME
$BROWSER file:///tmp/neomutt-arch/$FILENAME &

I might have forgotten something, but this approach works for me!

K
--
Roosna & Flak - Contemporary Dance & Music
Web: roosnaflak.com
Code: {github,gitlab}.com/kflak
Mastodon: @kf at sonomu.club
On  7 May 2021  18:44, Rudolf Bahr wrote:
>
>
>Hello,
>
>what could I do when I get unclickable links in mails?
>
>Best regards,
>Rudolf



More information about the neomutt-users mailing list