xref: /netbsd-src/usr.bin/mail/misc/mail.tildehelp (revision 41101b58c8a0bd8b87e71a3178ff61a20f981963)
1*41101b58Schristos# $NetBSD: mail.tildehelp,v 1.5 2007/06/05 17:50:23 christos Exp $
261f28255Scgd-----------------------------------------------------------
361f28255ScgdThe following ~ escapes are defined:
4fb60b363Smjl~?		Print this message
561f28255Scgd~~		Quote a single tilde
6fb60b363Smjl~.		Same as .
71df0b9baSchristos~@ [file ...]	Add or edit attachments
885c81c58Schristos~h		Prompt for subject and to, cc, bcc, and smopts lists
961f28255Scgd~b users	Add users to "blind" cc list
1061f28255Scgd~c users	Add users to cc list
11fb60b363Smjl~t users	Add users to to list
12fb60b363Smjl~s subject	Set subject
13fb60b363Smjl~w file		Write message onto file
1461f28255Scgd~d		Read in dead.letter
1561f28255Scgd~r file		Read a file into the message buffer
16fb60b363Smjl~|command	Pipe the message through the command
17fb60b363Smjl~^command	Same as ~|
18fb60b363Smjl~f messages	Read in messages
19fb60b363Smjl~< file		Same as ~f
20fb60b363Smjl~<!command	Insert the output of command in the message
21fb60b363Smjl~i name		Insert the value of the named variable
22fb60b363Smjl~A		Equivalent to iSign
23fb60b363Smjl~a		Equivalent to isign
24fb60b363Smjl~F messages	Same as ~f, but keep all header lines
2561f28255Scgd~m messages	Read in messages, right shifted by a tab
2661f28255Scgd~M messages	Same as ~m, but keep all header lines
27fb60b363Smjl~e		Edit the message buffer (using ed or $EDITOR)
28fb60b363Smjl~v		Invoke display editor (vi or $VISUAL) on message
29fb60b363Smjl~p		Print the message buffer
30fb60b363Smjl~C		Dump core
31fb60b363Smjl~q		Quit, save partial message in dead.letter
32fb60b363Smjl~x		Quit, do not save dead.letter
3361f28255Scgd~!command	Invoke the shell
34fb60b363Smjl~_ mail-cmd	Perform the command-level request
35fb60b363Smjl~: mail-cmd	Same as ~_
3661f28255Scgd-----------------------------------------------------------
37