comparison lisp/gnus/mml.el @ 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 9d999899723d
children 07b5be82cf7a
comparison
equal deleted inserted replaced
110045:2758282288b9 110046:1024e1d80019
118 (cons :tag "(TYPE . DISPOSITION)" :extra-offset 4 118 (cons :tag "(TYPE . DISPOSITION)" :extra-offset 4
119 (symbol :tag "TYPE" :value t) 119 (symbol :tag "TYPE" :value t)
120 ,dispositions)))) 120 ,dispositions))))
121 :group 'message) 121 :group 'message)
122 122
123 (defcustom mml-insert-mime-headers-always nil 123 (defcustom mml-insert-mime-headers-always t
124 "If non-nil, always put Content-Type: text/plain at top of empty parts. 124 "If non-nil, always put Content-Type: text/plain at top of empty parts.
125 It is necessary to work against a bug in certain clients." 125 It is necessary to work against a bug in certain clients."
126 :version "22.1" 126 :version "22.1"
127 :type 'boolean 127 :type 'boolean
128 :group 'message) 128 :group 'message)