1994-05-27 12:33:43 +00:00
|
|
|
-----------------------------------------------------------
|
|
|
|
The following ~ escapes are defined:
|
2001-12-22 22:16:48 +00:00
|
|
|
~? Print this message
|
1994-05-27 12:33:43 +00:00
|
|
|
~~ Quote a single tilde
|
2003-01-09 01:14:54 +00:00
|
|
|
~. Simulate end-of-file on input
|
2001-12-22 22:16:48 +00:00
|
|
|
~A Equivalent to: ~i Sign
|
|
|
|
~a Equivalent to: ~i sign
|
2003-01-09 03:36:47 +00:00
|
|
|
~b users Add users to Bcc list
|
|
|
|
~c users Add users to Cc list
|
2001-12-22 22:16:48 +00:00
|
|
|
~C Dump core
|
1994-05-27 12:33:43 +00:00
|
|
|
~d Read in dead.letter
|
|
|
|
~e Edit the message buffer
|
|
|
|
~f messages Read in messages
|
|
|
|
~F messages Same as ~f, but keep all header lines
|
2003-01-09 03:36:47 +00:00
|
|
|
~h Prompt for Subject and To, Cc, and Bcc lists
|
2001-12-22 22:16:48 +00:00
|
|
|
~i name Insert the value of the named variable
|
1994-05-27 12:33:43 +00:00
|
|
|
~m messages Read in messages, right shifted by a tab
|
|
|
|
~M messages Same as ~m, but keep all header lines
|
2001-12-22 22:16:48 +00:00
|
|
|
~p Print the message buffer
|
|
|
|
~q Quit, save partial message in dead.letter
|
|
|
|
~r file Read a file into the message buffer
|
2003-01-09 01:14:54 +00:00
|
|
|
~r !command Insert the output of the command
|
2001-12-22 22:16:48 +00:00
|
|
|
~< file Same as ~r
|
|
|
|
~< !command Same as ~r
|
2003-01-09 03:36:47 +00:00
|
|
|
~R address Set Reply-to to address
|
|
|
|
~s subject Set Subject to subject
|
2001-12-22 22:16:48 +00:00
|
|
|
~t users Add users to the To list
|
1994-05-27 12:33:43 +00:00
|
|
|
~v Invoke display editor on message
|
2003-01-09 01:14:54 +00:00
|
|
|
~w file Write message onto file
|
2001-12-22 22:16:48 +00:00
|
|
|
~x Quit, do not save to dead.letter
|
|
|
|
~! command Invoke the shell
|
|
|
|
~| command Pipe the message through the command
|
|
|
|
~^ command Same as ~|
|
|
|
|
~_ mail-cmd Perform the command-level request
|
|
|
|
~: mail-cmd Same as ~_
|
1994-05-27 12:33:43 +00:00
|
|
|
-----------------------------------------------------------
|