(mime-view-visible-media-type-list): Add "text/rfc822-headers".
authormorioka <morioka>
Sun, 16 Mar 1997 01:17:57 +0000 (01:17 +0000)
committermorioka <morioka>
Sun, 16 Mar 1997 01:17:57 +0000 (01:17 +0000)
mime-view.el

index 121780f..09ebdb4 100644 (file)
@@ -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))
 
 
 (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"))