Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2024 19:40:49 +0200
From:      Vitor Sonoki <vitorsonoki.0a04@yahoo.com>
To:        Joe B <josef.c.bailey@protonmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Suggestions for mail client
Message-ID:  <20240922194049.540f9100@debinator.home>
In-Reply-To: <wurmvmzwbsaojnm4ocg4qyn2ecmxfnovyx74wzr2dzfuikqvis@csw326uhubqu>
References:  <a137a149-1aac-41c4-b288-97be07683df4@netfence.it> <Zurkp9G6NtzCEaWc@int21h> <ZurpmO4GR4l2pTcN@drosot.icus> <5wr52qrkvc7lp5cx4gd5vaadl6aq7wv5oslhi5w27beccznsxk@emcxnqvrtdp4> <20240921122415.509b48aa@parchmanl-003> <wurmvmzwbsaojnm4ocg4qyn2ecmxfnovyx74wzr2dzfuikqvis@csw326uhubqu>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/JSxnW7g3vQ5=ilKSZB2JRZd
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Joe B <josef.c.bailey@protonmail.com> wrote:
> I'm trying this setup right now and I see the text from the html
> email in neomutt. Question is how can i view pdf's ? I think the only
> thing that will make neomutt my main Is if i can view pdf's
> jpegs/pngs I think that is the main ones that people send.

I don't think there's any native or near-native way to view graphical
things like images or PDF through mutt. What I do is choose very
lightweight viewer appications (feh for images and mupdf for PDFs) and
refer to them in the mutt's mailcap file. This is what I got in mine:

	image/*; /usr/local/bin/feh %s
	application/pdf; /usr/local/bin/mupdf %s

Since they're so lightweight and open in miliseconds, it doesn't break
away from my workflow and I still can see what was meant in a message
easily. You'll have to go into attachments ('v') and press 'm' to view.

Hope this helps.

Vitor

> On 21.09.2024 03:24, Vitor Sonoki wrote:
> >You can install www/elinks (pkg install elinks), a text-based browser
> >that can "dump" the output of an HTML message rendered as plain text
> >straight into the terminal. Then you can add a mailcap entry
> >(~/.mutt/mailcap) like this:
> >
> >	text/html; /usr/local/bin/elinks %s ; copiousoutput
> >
> >And then mutt will automatically invoke elinks and render HTML emails
> >straight into the mutt viewport. No need to press 'v' and 'm' or
> >open an external browser or anything. It's very natural, quick, and
> >I use it in mutt all the time. =20

--Sig_/JSxnW7g3vQ5=ilKSZB2JRZd
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEEUKrb3gnvh0S6Mz5gek5xpzcWgSIFAmbwVqEACgkQek5xpzcW
gSK1cQv+J0XkgCAePEOTV23NTYOa98QUjCFS7ODIwF9LVH3cc8Mvg9NtBCpfejdB
34i+kwbZY2pl13B+Kzfwzah6dGpOQiQdFd3e9yW2kPG0czf883pZkiQtMOGh9Bir
2rFPyOfbfDXb11UO4JJGDUfuBftuIw8zJWuyLxc9xgdp9nwdYGkSlLK8pz7lEjUu
OrE0p2rKyWb6Z5mRR7fmj+csmPF4X4fCzLBD+A1Fir2BnJ3h2lwUXGHFm3iosTvD
f3ycHFodF5kd9tT5jIE6EWTXQZ+WOeEnHHIlg+b8+/UdMW+vdQQGAZHBJRmPgoDt
KMm0yYVaJWTY/qZcohJGxyr6D2YTaPmxn14UDbw2O2QAsJpnnXaXVoFjW8sNl1Db
H2uhDxOmQcxiYKG4uGgKXSiVEbEDf9IfSS6yZlAnGdoAGxEXkxn3HwqVzGJ4WpTi
CUxmcQoa3SLhPPfnTR+RawDBH8VZ6RNje3aHWI1sbKUEJFBh+mLC4rZ4MF8fyVH8
srVve4Kg
=qfSc
-----END PGP SIGNATURE-----

--Sig_/JSxnW7g3vQ5=ilKSZB2JRZd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240922194049.540f9100>