Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
818a6c28
...
818a6c2837f5805dc572c3d5f8e3b81b59e6b3bf
authored
2005-03-25 21:19:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated metamail documentation
1 parent
527402e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
doc/texinfo/programs.texi
doc/texinfo/programs.texi
View file @
818a6c2
...
...
@@ -2021,16 +2021,25 @@ if the message was sent successfully.
@end itemize
@item metamail
@*Type: String.
@*Default:
Unset
.
@*Type:
Boolean or
String.
@*Default:
True
.
@vrindex metamail, mail variable
This variable controls operation of @code{decode} command. When
it is set, @code{decode} it contains the command line of
@command{metamail} command that is to be used to display parts of
a multipart message. For example:
This variable controls operation of @code{decode} command. If
it is unset, @code{decode} will not attempt any interpretation
of the content of message parts. Otherwise, if @code{metamail}
is set to @code{true}, @code{decode} will use internal metamail
support to interpret message parts. Finally, if @code{metamail}
is assigned a string, this string is treated as command line of
the external @command{metamail} command which will be used to
display parts of a multipart message. For example:
@smallexample
# Disable MIME interpretation:
set nometamail
# Enable built-in MIME support:
set metamail
# Use external program to display MIME parts:
set metamail="
metamail
-
m
mail
-
p
"
@end smallexample
...
...
Please
register
or
sign in
to post a comment