(mime/content-decoding-condition): Add "text/x-rot13-47".
authormorioka <morioka>
Fri, 9 May 1997 03:05:51 +0000 (03:05 +0000)
committermorioka <morioka>
Fri, 9 May 1997 03:05:51 +0000 (03:05 +0000)
mime-view.el

index 7edd1b4..f5be46a 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.86 $
+;; Version: $Revision: 0.87 $
 ;; 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.86 1997-05-08 22:37:47 morioka Exp $")
+  "$Id: mime-view.el,v 0.87 1997-05-09 03:05:51 morioka Exp $")
 
 (defconst mime-view-version (get-version-string mime-view-RCS-ID))
 
      (method . mime-display-caesar)
      (mode . "play")
      )
+    ((type . "text/x-rot13-47-48")
+     (method . mime-display-caesar)
+     (mode . "play")
+     )
     ((type . "audio/basic")
      (method "tm-au"    nil 'file 'type 'encoding 'mode 'name)
      (mode . "play")