2 @c{-*-tm-mh-e manual-*-}
3 @setfilename tm-mh-e_en.info
4 @settitle{tm-mh-e manual}
8 @author{MORIOKA Tomohiko}
9 @code{$Id: tm-mh-e_en.texi,v 5.0 1996/04/11 17:21:18 morioka Exp $}
13 @node Top, Introduction, (tm_en.info)tm-MUA, (tm_en.info)tm-MUA
14 @top tm-mh-e 7.44 Reference manual
16 @comment node-name, next, previous, up
18 This file documents tm-mh-e, a MIME extension for mh-e.
25 * Automatic MIME Preview::
30 @node Introduction, mh-folder-mode, Top, Top
31 @comment node-name, next, previous, up
35 tm-mh-e is a mh-e extender to use tm, it is a tm-MUA.
37 tm-mh-e extends MIME features to mh-e. tm-mh-e provides automatic MIME
38 preview feature using tm-view.
41 tm-mh-e has following modules:
44 @item @strong{tm-mh-e.el}: tm-mh-e main module
45 @item @strong{tm-mh-e3.el}: library module for mh-e 3.*
49 @node mh-folder-mode, Automatic MIME Preview, Introduction, Top
50 @comment node-name, next, previous, up
52 @cindex mh-folder-mode
56 It is the toggle whether to do automatic MIME preview or not.
59 Enter @code{mime/viewer-mode} to view a message.
62 Display current message.
65 Display current message with showing all fields.
68 Display current raw message.
71 @code{mime/viewer-mode} is a major-mode to view and navigate MIME
72 message. In this mode, you can move in a message or play a content,
76 @node Automatic MIME Preview, Index, mh-folder-mode, Top
77 @comment node-name, next, previous, up
78 @chapter Automatic MIME Preview
79 @cindex automatic MIME preview
81 ``Automatic MIME preview'' feature is available in tm-mh-e. In
82 automatic MIME preview mode, when reading an article in summary mode,
83 tm-mh-e displays preview buffer processed by tm-view instead of raw
86 Therefore if an article is encoded by Quoted-Printable or Base64, a
87 decoded article is displayed. In addition, if using tm-rich, rich text
88 article is automatic formated. Of course, multipart article is dealt
91 Different from using metamail, speaker does not roar just then read an
92 article includes audio content, video player does not play just then
93 read an article includes video content, it does not do anonymous ftp
94 or send mail when read an article includes external-message. These
95 contents are played when you do decoding command in preview buffer.
97 However if you use a slow machine, or are just really impatient, you
98 can stop automatic MIME preview.
101 @defvar tm-mh-e/automatic-mime-preview
103 If it is t, tm-mh-e is in automatic MIME preview mode.
108 * (tm_en.info)tm-view::
112 @node Index, , Automatic MIME Preview, Top