1*3a53bb80Smartynas------------------------------------------------------------------------------ 2df930be7SderaadtThe following ~ escapes are defined: 3d4d83b05Sjmc~b name ... Add names to "blind" Cc: list. 4d4d83b05Sjmc~c name ... Add names to Cc: field. 5d4d83b05Sjmc~d Read dead.letter into message. 6d4d83b05Sjmc~e Invoke text editor on partial message. 7d4d83b05Sjmc~F messages Same as ~f, but includes all headers. 8ef9e5e94Sjmc~f messages Read in messages. 9d4d83b05Sjmc~h Edit the header fields. 10d4d83b05Sjmc~M messages Same as ~m, but includes all headers. 11ef9e5e94Sjmc~m messages Read in messages, right shifted by a tab. 12ef9e5e94Sjmc~p Print (show) the message buffer. 13ef9e5e94Sjmc~q Abort message; optionally save copy to ~/dead.letter. 14*3a53bb80Smartynas~r file | ~< file Read a file into the message buffer. 15d4d83b05Sjmc~s string Set Subject: field to string. 16d4d83b05Sjmc~t name ... Add names to To: field. 1758fee786Smillert~v Invoke display editor on message. 18d4d83b05Sjmc~w filename Write message to file. 19ef9e5e94Sjmc~x Abort message; no copy is saved. 20d4d83b05Sjmc~? Print a brief summary of tilde escapes. 21d4d83b05Sjmc~!command Execute shell command. 22d4d83b05Sjmc~|command Pipe message through command. 23*3a53bb80Smartynas~:command | ~_command Execute a Mail command. 24ef9e5e94Sjmc~~string Quote a single tilde. 25*3a53bb80Smartynas~. Simulate end of file on input. 26*3a53bb80Smartynas------------------------------------------------------------------------------ 27