Gnus development mailing list
 help / color / mirror / Atom feed
* rendering in text, how to stop web trackers
@ 2022-02-07 23:24 Andrew
  2022-02-07 23:44 ` Byung-Hee HWANG
  2022-02-07 23:55 ` Adam Sjøgren
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew @ 2022-02-07 23:24 UTC (permalink / raw)
  To: ding



I generally use gnus in a terminal emulator (emacs -nw).
I'm getting more and more HTML only mail, but I really prefer
straight monochrome text.

My ideal behavior is:
  if there's a text part to a message, show that
  if there's only html, show that
     but (in order to stop tracking) do not load anything from the net 
     and if there are URLs/images in the message, give me an easy
       way to view, copy & paste the URL

I've got html as a discouraged alternative:
(setq mm-discouraged-alternatives
      '("text/html"
        "text/richtext"))

I'm rendering with w3m:
(setq mm-inline-text-html-renderer
      'mm-inline-text-html-render-with-w3m)
(setq mm-text-html-renderer 'gnus-w3m)

How do I tell w3m to not fetch anything and just render what came in the
message?  Or should I use shr or something else to render?

  --thanks for any clues
  --a



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-07 23:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07 23:24 rendering in text, how to stop web trackers Andrew
2022-02-07 23:44 ` Byung-Hee HWANG
2022-02-07 23:55 ` Adam Sjøgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).