;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-text.el,v 0.11 1997-03-04 12:39:25 morioka Exp $
+;; $Id: mime-text.el,v 0.12 1997-03-15 20:19:23 morioka Exp $
;; Keywords: text, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(defun mime-preview/filter-for-text/richtext (ctype params encoding)
(let* ((mode mime::preview/original-major-mode)
- (m (assq mode mime-text-decoder-alist))
(charset (cdr (assoc "charset" params)))
(beg (point-min))
)
(defun mime-preview/filter-for-text/enriched (ctype params encoding)
(let* ((mode mime::preview/original-major-mode)
- (m (assq mode mime-text-decoder-alist))
(charset (cdr (assoc "charset" params)))
(beg (point-min))
)