GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
Prints out the messages from msglist. The variable crt
determines the minimum number of lines the body of the message must
contain in order to be piped through pager command specified
by environment variable PAGER
. If crt
is set to a numeric
value, this value is taken as the minimum number of lines. Otherwise,
if crt
is set without a value then the height of the terminal
screen is used to compute the threshold. The number of lines on
screen is controlled by screen
variable.
Like print but also prints out ignored header fields.
Print a multipart message. The decode
command decodes and prints
out specified message parts. E.g.
? decode 15[2] +--------------------------------------- | Message=15[2] | Type=message/delivery-status | encoding=7bit +--------------------------------------- Content-Type: message/delivery-status ... |
Prints the top few lines of each message in msglist. The number
of lines printed is controlled by the variable toplines
and
defaults to five.
Pipe the contents of specified messages through shell-command. Without arguments, pipe the current message through the command given by the ‘cmd’ variable (which must be set).
Prints the MIME structure of each message from msglist. Empty msglist means current message.
Example:
? struct 2 2 multipart/mixed 14k 2[1] text/plain 296 2[2] application/octet-stream 5k 2[3] text/x-diff 31k |
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.