;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version:
-;; $Id: mime-text.el,v 0.23 1997-04-03 17:39:31 morioka Exp $
+;; Version: $Id: mime-text.el,v 0.24 1997-07-02 16:20:22 morioka Exp $
;; Keywords: text, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
It calls text decoder for MIME charset specified by buffer local
variable `mime-text-decoder' and variable `mime-text-decoder-alist'."
(mime-decode-region (point-min) (point-max) encoding)
+ (goto-char (point-min))
+ (while (search-forward "\r\n" nil t)
+ (replace-match "\n")
+ )
(let ((text-decoder
(save-excursion
(set-buffer mime-raw-buffer)