[oni-gnus] Show a radio button when there is both text and html
This commit is contained in:
parent
363b34c53a
commit
489c6bbfb9
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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
|
||||
'(".*"
|
||||
|
|
Loading…
Reference in a new issue