This commit was generated by cvs2svn to compensate for changes in r542,
[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 5.0 1996/04/11 17:21:18 morioka Exp $}
10 @end titlepage
11
12
13 @node Top, Introduction, (tm_en.info)tm-MUA, (tm_en.info)tm-MUA
14 @top tm-mh-e 7.44 Reference manual
15
16 @comment  node-name,  next,  previous,  up
17 @ifinfo
18 This file documents tm-mh-e, a MIME extension for mh-e.
19
20 @end ifinfo
21
22 @menu
23 * Introduction::
24 * mh-folder-mode::
25 * Automatic MIME Preview::
26 * Index::
27 @end menu
28
29
30 @node Introduction, mh-folder-mode, Top, Top
31 @comment  node-name,  next,  previous,  up
32 @chapter Introduction
33 @cindex components
34
35 tm-mh-e is a mh-e extender to use tm, it is a tm-MUA.
36
37 tm-mh-e extends MIME features to mh-e. tm-mh-e provides automatic MIME
38 preview feature using tm-view.
39
40
41 tm-mh-e has following modules:
42
43 @itemize @minus
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.*
46 @end itemize
47
48
49 @node mh-folder-mode, Automatic MIME Preview, Introduction, Top
50 @comment  node-name,  next,  previous,  up
51 @chapter folder-mode
52 @cindex mh-folder-mode
53
54 @table @kbd 
55 @item @key{M-t}
56 It is the toggle whether to do automatic MIME preview or not.
57
58 @item @key{v}
59 Enter @code{mime/viewer-mode} to view a message.
60
61 @item @key{.}
62 Display current message.
63
64 @item @key{,}
65 Display current message with showing all fields.
66
67 @item @key{M-,}
68 Display current raw message.
69 @end table
70
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,
73 interactively.
74
75
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
80
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
84 show buffer.
85
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
89 with correctly.
90
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.
96
97 However if you use a slow machine, or are just really impatient, you
98 can stop automatic MIME preview.
99
100
101 @defvar tm-mh-e/automatic-mime-preview
102
103 If it is t, tm-mh-e is in automatic MIME preview mode.
104 @end defvar
105
106
107 @menu
108 * (tm_en.info)tm-view::
109 @end menu
110
111
112 @node Index,  , Automatic MIME Preview, Top
113 @unnumbered Index
114
115 @printindex cp
116 @printindex fn
117 @printindex vr
118
119 @bye