Delete garbages.
[elisp/tm.git] / tm-mh-e-eng.ol
diff --git a/tm-mh-e-eng.ol b/tm-mh-e-eng.ol
deleted file mode 100644 (file)
index 67edfe5..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-[[R
-\title{tm-mh-e manual (English Version)}
-\author{Morioka Tomohiko}
-\date{1994/8/20}
-\maketitle
-]]R
-
-* Install
-
-** tiny-mime
-
-  Please copy tiny-mime.el to your emacs lisp directory.
-
-
-** tm-body
-
-  Please copy tm-body.el, tl-list.el and tl-header.el to your emacs
-lisp directory.
-
-
-** tm-misc
-
-  Please copy tm-misc.el and tl-hook.el to your emacs lisp directory.
-
-
-** tm-mh-e
-
-  Please copy tm-mh-e.el and tm-mh-e3.el to your emacs lisp directory.
-
-  If you want to byte-compile tm-mh-e3.el, please do it after you did
-load mh-e version 3.x.
-
-
-* .emacs
-
-  Please use mime-setup.
-
-  If you do not want to use mime-setup, insert following list to .
-emacs.
-
-[[E
-----------------------------------------------------------------------
-(if (< (string-to-int emacs-version) 19)
-    (progn
-      (require 'tl-18)
-      (defvar buffer-undo-list nil)
-      ))
-
-(add-hook 'mh-folder-mode-hook
-         (function
-          (lambda ()
-            (require 'tm-mh-e)
-            )))
-----------------------------------------------------------------------
-]]E
-
-
-* How to use
-
--------------------------------------------------------
-| key |                function                       |
-=======================================================
-| M-t |toggle switch of message header decoding mode  |
--------------------------------------------------------
-|  v  |MIME decode message body and play              |
-|  e  |MIME decode message body and extract to file(s)|
-|C-c p|MIME decode message body and print             |
--------------------------------------------------------
-
-
-* How to use metamail
-
-  In normal definition, tm-mh-e use tm-body as MIME body decoder. 
-However, you can use metamail. In this case, Of course, you need
-metamail and metamail.el.
-
-  Please insert following list to .emacs if you want to use metamail.
-
-[[E
-----------------------------------------------------------------------
-(autoload 'metamail-buffer "metamail" nil t)
-(setq mime/body-decoding-method (function metamail-buffer))
-----------------------------------------------------------------------
-]]E
-
-  If you use metamail, there are no decoding mode of MIME body
-decoding. Therefore, functions for `v', `e', `C-c p' are equally
-`metamail-buffer', and decoding is sequentially.