From 97f7497046b9fdd44de30d27209a55f427fe7f27 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 May 1997 03:05:51 +0000 Subject: [PATCH] (mime/content-decoding-condition): Add "text/x-rot13-47". --- mime-view.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 7edd1b4..f5be46a 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.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)) @@ -61,6 +61,10 @@ (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") -- 1.7.10.4