From 1f609549327fe3c1f26cce02087c89c8e8944390 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 00:11:37 +0000 Subject: [PATCH] Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen . --- lisp/gnus/mml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 2ebd7996d77..4bda3a10452 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -120,7 +120,7 @@ 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" -- 2.11.4.GIT