tm 7.38.
[elisp/tm.git] / doc / tm-mh-e_en.texi
1 \input texinfo.tex
2 @c{-*-tm-mh-e manual-*-}
3 @setfilename tm-mh-e_en.info
4 @settitle{tm-mh-e manual}
5
6 @titlepage
7 @title{tm-mh-e}
8 @author{MORIOKA Tomohiko}
9 @code{$Id: tm-mh-e_en.texi,v 3.1 1995/12/21 10:40:49 morioka Exp morioka $}
10 @end titlepage
11
12
13 @node Top, Introduction, (tm_en.info)tm-MUA, (tm_en.info)tm-MUA
14 @comment  node-name,  next,  previous,  up
15 @ifinfo
16 @top tm-mh-e 7.44 Reference manual
17 @end ifinfo
18
19 @menu
20 * Introduction::
21 * mh-folder-mode::
22 * Automatic MIME Preview::
23 * Index::
24 @end menu
25
26
27 @node Introduction, mh-folder-mode, Top, Top
28 @comment  node-name,  next,  previous,  up
29 @chapter Introduction
30 @cindex components
31
32 tm-mh-e is a mh-e extender to use tm, it is a tm-MUA.
33
34 tm-mh-e extends MIME features to mh-e. tm-mh-e provides automatic MIME
35 preview feature using tm-view.
36
37
38 tm-mh-e has following modules:
39
40 @itemize @minus
41 @item @strong{tm-mh-e.el}:  tm-mh-e main module
42 @item @strong{tm-mh-e3.el}: library module for mh-e 3.*
43 @end itemize
44
45
46 @node mh-folder-mode, Automatic MIME Preview, Introduction, Top
47 @comment  node-name,  next,  previous,  up
48 @chapter folder-mode
49 @cindex mh-folder-mode
50
51 @table @kbd 
52 @item @key{M-t}
53 It is the toggle whether to do automatic MIME preview or not.
54
55 @item @key{v}
56 Enter @code{mime/viewer-mode} to view a message.
57
58 @item @key{.}
59 Display current message.
60
61 @item @key{,}
62 Display current message with showing all fields.
63
64 @item @key{M-,}
65 Display current raw message.
66 @end table
67
68 @code{mime/viewer-mode} is a major-mode to view and navigate MIME
69 message. In this mode, you can move in a message or play a content,
70 interactively.
71
72
73 @node Automatic MIME Preview, Index, mh-folder-mode, Top
74 @comment  node-name,  next,  previous,  up
75 @chapter Automatic MIME Preview
76 @cindex automatic MIME preview
77
78 ``Automatic MIME preview'' feature is available in tm-mh-e. In
79 automatic MIME preview mode, when reading an article in summary mode,
80 tm-mh-e displays preview buffer processed by tm-view instead of raw
81 show buffer.
82
83 Therefore if an article is encoded by Quoted-Printable or Base64, a
84 decoded article is displayed. In addition, if using tm-rich, rich text
85 article is automatic formated. Of course, multipart article is dealt
86 with correctly.
87
88 Different from using metamail, speaker does not roar just then read an
89 article includes audio content, video player does not play just then
90 read an article includes video content, it does not do anonymous ftp
91 or send mail when read an article includes external-message. These
92 contents are played when you do decoding command in preview buffer.
93
94 However if you use a slow machine, or are just really impatient, you
95 can stop automatic MIME preview.
96
97
98 @defvar tm-mh-e/automatic-mime-preview
99
100 If it is t, tm-mh-e is in automatic MIME preview mode.
101 @end defvar
102
103
104 @menu
105 * (tm_en.info)tm-view::
106 @end menu
107
108
109 @node Index,  , Automatic MIME Preview, Top
110 @unnumbered Index
111
112 @printindex cp
113 @printindex fn
114 @printindex vr
115
116 @bye