2 \title{tm-gnus manual (English Version)}
3 \author{Morioka Tomohiko}
12 Please copy tiny-mime.el to your emacs lisp directory.
17 Please copy tm-body.el, tl-list.el and tl-header.el to your emacs
23 Please copy tm-misc.el and tl-hook.el to your emacs lisp directory.
28 Please copy tm-gnus.el to your emacs lisp directory.
34 Please insert following list to .emacs.
37 ----------------------------------------------------------------------
38 (if (not (fboundp 'add-hook))
49 (add-hook 'gnus-Group-mode-hook (function gnusutil-initialize))
50 (add-hook 'gnus-group-mode-hook (function gnusutil-initialize))
51 (autoload 'gnusutil-initialize "gnusutil")
52 (autoload 'gnusutil-add-group "gnusutil")
53 (add-hook 'gnusutil-initialize-hook le)
56 (add-hook 'gnus-Startup-hook le)
57 (add-hook 'gnus-startup-hook le)
59 ----------------------------------------------------------------------
65 -------------------------------------------------------
67 =======================================================
68 | M-t |toggle switch of message header decoding mode |
69 -------------------------------------------------------
70 | v |MIME decode message body and play |
71 | e |MIME decode message body and extract to file(s)|
72 |C-c p|MIME decode message body and print |
73 -------------------------------------------------------
78 In normal definition, tm-mh-e use tm-body as MIME body decoder.
79 However, you can use metamail. In this case, Of course, you need
80 metamail and metamail.el.
82 Please insert following list to .emacs if you want to use metamail.
85 ----------------------------------------------------------------------
86 (autoload 'metamail-buffer "metamail" nil t)
87 (setq mime/body-decoding-method (function metamail-buffer))
88 ----------------------------------------------------------------------
91 If you use metamail, there are no decoding mode of MIME body
92 decoding. Therefore, functions for `v', `e', `C-c p' are equally
93 `metamail-buffer', and decoding is sequentially.