2000-06-01 Florian Weimer <fw@deneb.cygnus.argh.org>
authorFlorian Weimer <fw@deneb.enyo.de>
Wed, 31 May 2000 18:06:32 +0000 (18:06 +0000)
committerFlorian Weimer <fw@deneb.enyo.de>
Wed, 31 May 2000 18:06:32 +0000 (18:06 +0000)
* mm-bodies.el (mm-body-encoding): Always encoded if
`mm-use-ultra-safe-encoding' is set.

lisp/mm-bodies.el

index b2b46f1..410d9f8 100644 (file)
@@ -108,7 +108,7 @@ If no encoding was done, nil is returned."
   "Do Content-Transfer-Encoding and return the encoding of the current buffer."
   (let ((bits (mm-body-7-or-8)))
     (cond
-     ((eq bits '7bit)
+     ((and (not mm-use-ultra-safe-encoding) (eq bits '7bit))
       bits)
      ((and (not mm-use-ultra-safe-encoding)
           (or (eq t (cdr message-posting-charset))