diff options
Diffstat (limited to 'usr.bin/mail/misc/mail.tildehelp')
-rw-r--r-- | usr.bin/mail/misc/mail.tildehelp | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/usr.bin/mail/misc/mail.tildehelp b/usr.bin/mail/misc/mail.tildehelp index 8873217bca3..48199eaac1d 100644 --- a/usr.bin/mail/misc/mail.tildehelp +++ b/usr.bin/mail/misc/mail.tildehelp @@ -1,22 +1,25 @@ ----------------------------------------------------------- The following ~ escapes are defined: -~~ Quote a single tilde. -~b users Add users to "blind" cc list. -~c users Add users to cc list. +~b name ... Add users to "blind" cc list. +~c name ... Add users to cc list. ~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. +~f messages Read in messages. ~h Prompt for to list, subject and cc list. -~r file Read a file into the message buffer. -~p Print (show) the message buffer. -~m messages Read in messages, right shifted by a tab. ~M messages Same as ~m, but keep all header lines. -~s subject Set subject. -~t users Add users to to list. +~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 filename Read a file into the message buffer. +~s string Set subject. +~t name Add users to to list. ~v Invoke display editor on message. -~w file Write message onto file. +~w filename Write message onto file. +~x Abort message; no copy is saved. ~? Print this message. ~!command Invoke the shell. ~|command Pipe the message through the command and replace it. +~:mail-command Execute the given mail command. +~~string Quote a single tilde. ----------------------------------------------------------- |