xref: /openbsd/usr.bin/mail/misc/mail.tildehelp (revision 3a53bb80)
1------------------------------------------------------------------------------
2The following ~ escapes are defined:
3~b name ...		Add names to "blind" Cc: list.
4~c name ...		Add names to Cc: field.
5~d			Read dead.letter into message.
6~e			Invoke text editor on partial message.
7~F messages		Same as ~f, but includes all headers.
8~f messages		Read in messages.
9~h			Edit the header fields.
10~M messages		Same as ~m, but includes all headers.
11~m messages		Read in messages, right shifted by a tab.
12~p			Print (show) the message buffer.
13~q			Abort message; optionally save copy to ~/dead.letter.
14~r file | ~< file	Read a file into the message buffer.
15~s string		Set Subject: field to string.
16~t name ...		Add names to To: field.
17~v			Invoke display editor on message.
18~w filename		Write message to file.
19~x			Abort message; no copy is saved.
20~?			Print a brief summary of tilde escapes.
21~!command		Execute shell command.
22~|command		Pipe message through command.
23~:command | ~_command	Execute a Mail command.
24~~string		Quote a single tilde.
25~.			Simulate end of file on input.
26------------------------------------------------------------------------------
27