freebsd-dev/usr.bin/mail/misc/mail.tildehelp
Joerg Wunsch 99bd6601d7 Teach boring old mail(1) about the use of the REPLYTO environment
variable which is de-facto standard for MUAs.

Teach bomail to generate an in-reply-to header so threading MUAs and
mail->news gateways won't lose context.

While i was at it, removed two gratuitous standard violations for
functions starting with an underscore.
1998-01-02 16:44:13 +00:00

24 lines
847 B
Plaintext

-----------------------------------------------------------
The following ~ escapes are defined:
~~ Quote a single tilde
~b users Add users to "blind" cc list
~c users Add users to cc list
~d Read in dead.letter
~e Edit the message buffer
~f messages Read in messages
~F messages Same as ~f, but keep all header lines
~h Prompt for to list, subject and cc list
~r file Read a file into the message buffer
~p Print the message buffer
~m messages Read in messages, right shifted by a tab
~M messages Same as ~m, but keep all header lines
~R address Set reply-to
~s subject Set subject
~t users Add users to to list
~v Invoke display editor on message
~w file Write message onto file.
~? Print this message
~!command Invoke the shell
~|command Pipe the message through the command
-----------------------------------------------------------