Forwarding Messages: forw

[previous] [next] [table of contents] [index]

If you need to send a copy of a mail message to someone, you can forward it. To forward the current message, just type:

% forw
To forward other messages, use the message numbers too. For example, to forward messages 3 and 5:
% forw 3 5
To: somebody
cc: somebodyelse
Subject: Messages I got about meeting tomorrow
-------

----- Enter initial text

Dear somebody, here's some mail I got.  I think you might
want a copy of these.  The second message is the most
important, blah blah blah...

^D

----- Forwarded messages

    ...Contents of message 3 here...

----- Message 2

    ...Contents of message 5 here...

----- End of Forwarded Messages

What now? push
%
Before it copies the messages you're forwarding, forw will prompt you on the screen (this doesn't go into the message) to enter any text ("initial text") you want to send along. (Note that, although this is what seems to be happening, there's more going on "behind the scenes.") You can type initial text here and then press CTRL-D at the start of a new line. Or, type CTRL-D right away to go straight to the What now? prompt, where you'll have the usual choices.

On the other hand, if you want to add a note after the forwarded messages or edit the forwarded messages themselves, use the edit command to go into the draft message with your favorite editor. You can also configure MH to let you put the note after the forwarded messages without going into an editor by using the prompter -noprepend switch.

The previous example showed a new way to send a message: the push command. The message is sent "in the background." On computers where send is slow, push gives you another prompt right away; you can do something else while MH is sending the message. That has a lot of advantages, but a few disadvantages. The Section push (or p) is worth reading before you use push again.

As most MH commands do, forw has several other features. Like repl, you can annotate the messages you forward (with -annotate. You can also reformat the forwarded messages to delete useless fields in the header or neaten the body.

[Table of Contents] [Index] [Previous: Command-line Switches (Options)] [Next: Find and Specify with scan, pick, Ranges, Sequences]


Last change $Date: 1996/06/06 15:10:21 $

This file is from the third edition of the book MH & xmh: Email for Users & Programmers, ISBN 1-56592-093-7, by Jerry Peek. Copyright © 1991, 1992, 1995 by O'Reilly & Associates, Inc. This file is freely-available; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For more information, see the file copying.htm.

Suggestions are welcome: Jerry Peek <jpeek@jpeek.com>