Re: open file/attachment in pager to send
On Fri, Apr 25, 2008 at 08:57:59AM -0600, Michael wrote:
> I need to open a file in the pager to edit and then send, but can't find a
> command to do that.
> I've looked at "attachments", "pager", "compose", etc, but missed it if it is
> there.
> Or even while typing an email, add a file to it (but not as an attachment).
> If not that, can I start mutt with a file in the pager to edit and send?
I'm not sure what you mean by pager, since that is only used to view
messages. If you would like to include a file in your editor, such as a
template, you can use the -i command line option:
mutt -i mytemplate.txt user@host
me