On Wed, Jan 24, 2001 at 04:05:16PM +0000, Brian Foley wrote:
> Hello All,
>   I posted this message a couple of days ago, but got no replies.  Is
> this really impossible or are you guys getting shy?
> 
>   Does anybody know if there is a way to keep the lines such as:
> 
> [-- Type: text/plain, Encoding: 7bit, Size: 10000 --]
> 
> when you are printing or replying to a mail?  This would be useful for
> text attachments that are autoviewed, so that you can see where one
> attachment finishes and the other begins in a print-out of the mail.

To the best of my knowledge, no, you can't do that.  At least not
directly.  If you're desperate, you could do something like this to
print a message with those lines:

    :set pager="lpr"

then type <return> as though you were going to read the message, which
will now send it to your printer.  When you're done printing, restore
the builtin pager with

    :set pager="builtin"

A pager command like this also works, if you want to edit the file
before printing, or to include it in a reply:

    :set pager="cat > ~/tmp/mutt_pager_out"

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | RF Communications Product Generation Unit
                             | Spokane, Washington, USA

Reply via email to