Mercurial > emacs
changeset 110046:1024e1d80019
Always insert Content-Type headers, to make broken recipients happier; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 31 Aug 2010 00:11:37 +0000 |
parents | 2758282288b9 |
children | ac27b3fd8285 |
files | lisp/gnus/mml.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/mml.el Tue Aug 31 00:07:40 2010 +0000 +++ b/lisp/gnus/mml.el Tue Aug 31 00:11:37 2010 +0000 @@ -120,7 +120,7 @@ ,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"