11590Srgrimes-----------------------------------------------------------
21590SrgrimesThe following ~ escapes are defined:
388428Smikeh~?		Print this message
41590Srgrimes~~		Quote a single tilde
5108980Smikeh~.		Simulate end-of-file on input
688428Smikeh~A		Equivalent to: ~i Sign
788428Smikeh~a		Equivalent to: ~i sign
8108982Smikeh~b users	Add users to Bcc list
9108982Smikeh~c users	Add users to Cc list
1088428Smikeh~C		Dump core
111590Srgrimes~d		Read in dead.letter
121590Srgrimes~e		Edit the message buffer
131590Srgrimes~f messages	Read in messages
141590Srgrimes~F messages	Same as ~f, but keep all header lines
15108982Smikeh~h		Prompt for Subject and To, Cc, and Bcc lists
1688428Smikeh~i name		Insert the value of the named variable
171590Srgrimes~m messages	Read in messages, right shifted by a tab
181590Srgrimes~M messages	Same as ~m, but keep all header lines
1988428Smikeh~p		Print the message buffer
2088428Smikeh~q		Quit, save partial message in dead.letter
2188428Smikeh~r file		Read a file into the message buffer
22108980Smikeh~r !command	Insert the output of the command
2388428Smikeh~< file		Same as ~r
2488428Smikeh~< !command	Same as ~r
25108982Smikeh~R address	Set Reply-to to address
26108982Smikeh~s subject	Set Subject to subject
2788428Smikeh~t users	Add users to the To list
281590Srgrimes~v		Invoke display editor on message
29108980Smikeh~w file		Write message onto file
3088428Smikeh~x		Quit, do not save to dead.letter
3188428Smikeh~! command	Invoke the shell
3288428Smikeh~| command	Pipe the message through the command
3388428Smikeh~^ command	Same as ~|
3488428Smikeh~_ mail-cmd	Perform the command-level request
3588428Smikeh~: mail-cmd	Same as ~_
361590Srgrimes-----------------------------------------------------------
37