From 51d292d969b94cc0f2bb0d52dcb03764197424e2 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 16 Mar 1997 01:17:57 +0000 Subject: [PATCH] (mime-view-visible-media-type-list): Add "text/rfc822-headers". --- mime-view.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mime-view.el b/mime-view.el index 121780f..09ebdb4 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.26 $ +;; Version: $Revision: 0.27 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -40,7 +40,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.26 1997-03-16 01:00:55 morioka Exp $") + "$Id: mime-view.el,v 0.27 1997-03-16 01:17:57 morioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -139,11 +139,14 @@ (defvar mime-view-visible-media-type-list '("text/plain" nil "text/richtext" "text/enriched" + "text/rfc822-headers" "text/x-latex" "application/x-latex" "message/delivery-status" "application/pgp" "text/x-pgp" "application/octet-stream" - "application/x-selection" "application/x-comment")) + "application/x-selection" "application/x-comment") + "*List of media-types to be able to display in MIME-View buffer. +Each elements are string of TYPE/SUBTYPE, e.g. \"text/plain\".") (defvar mime-view-content-button-ignored-ctype-list '("application/x-selection")) -- 1.7.10.4