]> git.eshelyaron.com Git - emacs.git/commitdiff
Always insert Content-Type headers, to make broken recipients happier; by Lars Magne...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:11:37 +0000 (00:11 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:11:37 +0000 (00:11 +0000)
lisp/gnus/mml.el

index 2ebd7996d77e416eb5be376a5f27aff1c97436ed..4bda3a10452208c00a6d466870067a5305ccb7a0 100644 (file)
@@ -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"