From: Katsumi Yamaoka Date: Tue, 31 Aug 2010 00:11:37 +0000 (+0000) Subject: Always insert Content-Type headers, to make broken recipients happier; by Lars Magne... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f609549327fe3c1f26cce02087c89c8e8944390;p=emacs.git Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen . --- 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"