aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/mml.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r--lisp/gnus/mml.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index 2ebd7996d7..15b1bb7096 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -120,10 +120,10 @@ match found will be used."
,dispositions))))
:group 'message)
-(defcustom mml-insert-mime-headers-always nil
+(defcustom mml-insert-mime-headers-always t
"If non-nil, always put Content-Type: text/plain at top of empty parts.
It is necessary to work against a bug in certain clients."
- :version "22.1"
+ :version "24.1"
:type 'boolean
:group 'message)
@@ -1570,5 +1570,4 @@ or the `pop-to-buffer' function."
(provide 'mml)
-;; arch-tag: 583c96cf-1ffe-451b-a5e5-4733ae9ddd12
;;; mml.el ends here