Gnus development mailing list
 help / color / mirror / Atom feed
* Current version, Opening HTML mails in browser
@ 2017-08-17 19:36 Felix Natter
  2017-09-17 19:10 ` Adam Sjøgren
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Natter @ 2017-08-17 19:36 UTC (permalink / raw)
  To: ding

hello Gnus experts,

is there a list of the stable releases (gnus.org is a bit silent about
that)?
I am currently using mgnus-0.6-201304121517.

Secondly, I'd like to revive the function for opening an HTML mail in
Firefox. I have used this:

(defun my-gnus-summary-view-html-alternative-in-firefox ()
  "Display the HTML part of the current multipart/alternative MIME message
    in mozilla."
  (interactive)
  (save-current-buffer
    (gnus-summary-show-article)
    (set-buffer gnus-article-buffer)
    (let ((file (make-temp-file "html-message-" nil ".html"))
          (handle (nth 3 (assq 1 gnus-article-mime-handle-alist))))
      (mm-save-part-to-file handle file)
      (browse-url-firefox (concat "file://" file)))))

(define-key gnus-summary-mode-map [?K ?M]
  'my-gnus-summary-view-html-alternative-in-firefox)

But with many mails I get:
mm-save-part-to-file: Wrong type argument: listp, quoted-printable

Does somebody have a more robust solution, maybe in a newer stable
release?

Many Thanks and Best Regards,
-- 
Felix Natter



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

end of thread, other threads:[~2017-09-24 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-17 19:36 Current version, Opening HTML mails in browser Felix Natter
2017-09-17 19:10 ` Adam Sjøgren
2017-09-24  7:17   ` Felix Natter
2017-09-24 10:01     ` Adam Sjøgren
2017-09-24 15:21       ` Eric Abrahamsen

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).