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