From 489c6bbfb9e7b9c5c5182c2e34ff5cc5c9f99334 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Apr 2021 18:23:33 -0700 Subject: [oni-gnus] Show a radio button when there is both text and html --- oni-gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-gnus.el b/oni-gnus.el index 3c69432..eb06863 100644 --- a/oni-gnus.el +++ b/oni-gnus.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0425.180812 +;; Version: 2021.0425.182119 ;; Package-Requires: (oni-data-dir) ;; This program is free software; you can redistribute it and/or modify @@ -69,6 +69,7 @@ Do this N times." (setq gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references) (setq gnus-thread-sort-functions '(gnus-thread-sort-by-date)) +(setq gnus-buttonized-mime-types '("multipart/alternative")) (add-to-list 'gnus-posting-styles '(".*" -- cgit v1.2.3-54-g00ecf