(mime-text-insert-decoded-body): Specify line break code type as CRLF.
authormorioka <morioka>
Mon, 10 Aug 1998 17:41:29 +0000 (17:41 +0000)
committermorioka <morioka>
Mon, 10 Aug 1998 17:41:29 +0000 (17:41 +0000)
mime-text.el

index d0860d2..025172d 100644 (file)
@@ -46,7 +46,8 @@ SITUATION.  It must be symbol."
                                   (or (mime-content-type-parameter
                                        (mime-entity-content-type entity)
                                        "charset")
-                                      default-mime-charset))
+                                      default-mime-charset)
+                                  'CRLF)
        )))
   (run-hooks 'mime-text-decode-hook)
   )