blob: 8873217bca33adc0d0d6290188e44b47a4de3fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-----------------------------------------------------------
The following ~ escapes are defined:
~~ Quote a single tilde.
~b users Add users to "blind" cc list.
~c users 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.
~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.
~v Invoke display editor on message.
~w file Write message onto file.
~? Print this message.
~!command Invoke the shell.
~|command Pipe the message through the command and replace it.
-----------------------------------------------------------
|