BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 21 Aug 1980 16:44:18 +0000 (08:44 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 21 Aug 1980 16:44:18 +0000 (08:44 -0800)
Work on file usr/src/ucb/Mail/misc/Mail.help
Work on file usr/src/ucb/Mail/misc/Mail.help.~

Synthesized-from: CSRG/cd1/4.2

usr/src/ucb/Mail/misc/Mail.help [new file with mode: 0644]
usr/src/ucb/Mail/misc/Mail.help.~ [new file with mode: 0644]

diff --git a/usr/src/ucb/Mail/misc/Mail.help b/usr/src/ucb/Mail/misc/Mail.help
new file mode 100644 (file)
index 0000000..0711c2f
--- /dev/null
@@ -0,0 +1,22 @@
+    Mail   Commands
+t <message list>               type messages
+n                              goto and type next message
+e <message list>               edit messages
+f <message list>               give head lines of messages
+d <message list>               delete messages
+s <message list> file          append messages to file
+u <message list>               undelete messages
+r <message list>               reply to messages
+pre <message list>             make messages go back to /usr/mail
+m <user list>                  mail to specific users
+q                              quit, saving unresolved messages in mbox
+x                              quit, do not remove system mailbox
+h                              print out active message headers
+!                              shell escape
+c [directory]                  chdir to directory or home if none given
+
+A <message list> consists of integers, ranges of same, or user names separated
+by spaces.  If omitted, Mail uses the last message typed.
+
+A <user list> consists of user names or distribution names separated by spaces.
+Distribution names are defined in .sendrc in your home directory.
diff --git a/usr/src/ucb/Mail/misc/Mail.help.~ b/usr/src/ucb/Mail/misc/Mail.help.~
new file mode 100644 (file)
index 0000000..c08a3ae
--- /dev/null
@@ -0,0 +1,18 @@
+-----------------------------------------------------------
+The following ~ escapes are defined:
+~~             Quote a single tilde
+~c users       Add users to cc list
+~d             Read in dead.letter
+~e             Edit the message buffer
+~h             Prompt for to list, subject and cc list
+~r file                Read a file into the message buffer
+~p             Print the message buffer
+~m messages    Read in messages, right shifted by a tab
+~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
+-----------------------------------------------------------