xref: /dflybsd-src/usr.bin/mail/misc/mail.tildehelp (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
1*86d7f5d3SJohn Marino-----------------------------------------------------------
2*86d7f5d3SJohn MarinoThe following ~ escapes are defined:
3*86d7f5d3SJohn Marino~?		Print this message
4*86d7f5d3SJohn Marino~~		Quote a single tilde
5*86d7f5d3SJohn Marino~.		Same as .
6*86d7f5d3SJohn Marino~A		Equivalent to: ~i Sign
7*86d7f5d3SJohn Marino~a		Equivalent to: ~i sign
8*86d7f5d3SJohn Marino~b users	Add users to "blind" cc list
9*86d7f5d3SJohn Marino~c users	Add users to cc list
10*86d7f5d3SJohn Marino~C		Dump core
11*86d7f5d3SJohn Marino~d		Read in dead.letter
12*86d7f5d3SJohn Marino~e		Edit the message buffer
13*86d7f5d3SJohn Marino~f messages	Read in messages
14*86d7f5d3SJohn Marino~F messages	Same as ~f, but keep all header lines
15*86d7f5d3SJohn Marino~h		Prompt for to list, subject and cc list
16*86d7f5d3SJohn Marino~i name		Insert the value of the named variable
17*86d7f5d3SJohn Marino~m messages	Read in messages, right shifted by a tab
18*86d7f5d3SJohn Marino~M messages	Same as ~m, but keep all header lines
19*86d7f5d3SJohn Marino~p		Print the message buffer
20*86d7f5d3SJohn Marino~q		Quit, save partial message in dead.letter
21*86d7f5d3SJohn Marino~r file		Read a file into the message buffer
22*86d7f5d3SJohn Marino~r !command	Insert the output of the command in the message
23*86d7f5d3SJohn Marino~< file		Same as ~r
24*86d7f5d3SJohn Marino~< !command	Same as ~r
25*86d7f5d3SJohn Marino~R address	Set reply-to
26*86d7f5d3SJohn Marino~s subject	Set subject
27*86d7f5d3SJohn Marino~t users	Add users to the To list
28*86d7f5d3SJohn Marino~v		Invoke display editor on message
29*86d7f5d3SJohn Marino~w file		Write message onto file.
30*86d7f5d3SJohn Marino~x		Quit, do not save to dead.letter
31*86d7f5d3SJohn Marino~?		Print this message
32*86d7f5d3SJohn Marino~! command	Invoke the shell
33*86d7f5d3SJohn Marino~| command	Pipe the message through the command
34*86d7f5d3SJohn Marino~^ command	Same as ~|
35*86d7f5d3SJohn Marino~_ mail-cmd	Perform the command-level request
36*86d7f5d3SJohn Marino~: mail-cmd	Same as ~_
37*86d7f5d3SJohn Marino-----------------------------------------------------------
38