xref: /openbsd-src/usr.bin/mail/misc/mail.tildehelp (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
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 filename	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~:mail-command	Execute a Mail command.
24~~string	Quote a single tilde.
25-----------------------------------------------------------
26