annotate man/tm/tm-view-cs=en.texi @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
1 @c $Id: tm-view-cs=en.texi,v 1.1.1.1 1996/12/18 22:43:52 steve Exp $
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
2
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
3 @node content-subject, content-header, MIME display, MIME display
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
4 @comment node-name, next, previous, up
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
5 @subsubsection content-subject
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
6 @cindex content-subject
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
7
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
8 content-subject is a part to display abstract for the content. It is
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
9 placed in top of content.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
10
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
11 In default, it is displayed following design:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
12
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
13 @example
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
14 [1.3 test (text/plain)]
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
15 @end example
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
16
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
17 First number field represents position of a content in the message. It
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
18 is called `content-number'. It can be considered as the chapter number
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
19 in the message.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
20
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
21 Second string part represents title. It is created by following:
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
22
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
23 @itemize @bullet
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
24 @item name paramater or x-name parameter in Content-Type field
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
25 @item Content-Description field or Subject field
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
26 @item filename of uuencode
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
27 @end itemize
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
28
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
29 If they are not exists, space is displayed.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
30
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
31 Third parenthesis part represents content-type/subtype of the content.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
32 If it is non-MIME part, @code{nil} is displayed.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
33
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
34 Content-subject is used like icon when content-header and content-body
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
35 are hidden. For example,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
36
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
37 @example
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
38 [2 (image/gif)]
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
39 @end example
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
40
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
41 if you press `v' key, GIF image is displayed.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
42
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
43
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
44 @defvr{Variable} mime-viewer/content-subject-omitting-Content-Type-list
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
45
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
46 List of content-type. If content-type of a content is a member of this
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
47 list, its content-subject is not displayed.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
48
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
49 This variable is referenced by function
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
50 @code{mime-viewer/default-content-subject-function}.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
51 @end defvr
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
52
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
53
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
54 @deffn{Function} mime-viewer/default-content-subject-function rcnum cinfo ctype params subj
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
55
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
56 Default value of the variable
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
57 @code{mime-viewer/content-subject-function}. It refers variable
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
58 @code{mime-viewer/content-subject-omitting-Content-Type-list}.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
59 @end deffn
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
60
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
61
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
62 @defvar mime-viewer/content-subject-function rcnum cinfo ctype params subj
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
63
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
64 Variable to specify content-subject display function. Default value is
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
65 the function @code{mime-viewer/default-content-subject-function}.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents:
diff changeset
66 @end defvar