[BACK]Return to mail.tildehelp CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail / misc

File: [local] / src / usr.bin / mail / misc / mail.tildehelp (download)

Revision 1.5, Wed Jul 29 18:15:38 2009 UTC (14 years, 10 months ago) by martynas
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, HEAD
Changes since 1.4: +25 -24 lines

- ~<, ~_ are undocumented aliases of ~r, ~:
- missing documentation for ~.
- use compact list, and .Pp.  so that aliases could be listed
- reformat to fit aliases in tilde help
with help & ok jmc@, sobrado@, millert@

------------------------------------------------------------------------------
The following ~ escapes are defined:
~b name ...		Add names to "blind" Cc: list.
~c name ...		Add names to Cc: field.
~d			Read dead.letter into message.
~e			Invoke text editor on partial message.
~F messages		Same as ~f, but includes all headers.
~f messages		Read in messages.
~h			Edit the header fields.
~M messages		Same as ~m, but includes all headers.
~m messages		Read in messages, right shifted by a tab.
~p			Print (show) the message buffer.
~q			Abort message; optionally save copy to ~/dead.letter.
~r file | ~< file	Read a file into the message buffer.
~s string		Set Subject: field to string.
~t name ...		Add names to To: field.
~v			Invoke display editor on message.
~w filename		Write message to file.
~x			Abort message; no copy is saved.
~?			Print a brief summary of tilde escapes.
~!command		Execute shell command.
~|command		Pipe message through command.
~:command | ~_command	Execute a Mail command.
~~string		Quote a single tilde.
~.			Simulate end of file on input.
------------------------------------------------------------------------------