From d8880804404c4396d6707856bd293917f246bd55 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 30 Apr 2021 17:37:51 -0500 Subject: Try to improve gnus HTML handling --- gnus.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnus.el') diff --git a/gnus.el b/gnus.el index b304fc1..5b9df7d 100644 --- a/gnus.el +++ b/gnus.el @@ -91,7 +91,8 @@ gnus-use-cache t gnus-summary-thread-gathering-function #'gnus-gather-threads-by-subject gnus-thread-hide-subtree t - gnus-thread-ignore-subject t) + gnus-thread-ignore-subject t + gnus-html-frame-width fill-column) (when window-system (setq gnus-sum-thread-tree-indent " ") @@ -119,6 +120,10 @@ (add-hook 'gnus-group-mode-hook #'hl-line-mode) (add-hook 'gnus-article-mode-hook #'acdw/reading-mode) +;;; MIME types +(setq mm-discouraged-alternatives '("text/html" + "text/richtext")) + ;;; Sending mail (setq send-mail-function #'smtpmail-send-it message-send-mail-function #'smtpmail-send-it -- cgit 1.4.1-21-gabe81