home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-in-2-pages.txt < prev    next >
Text File  |  2020-01-01  |  6KB  |  209 lines

  1. MM in 2 Pages.  A selection of commonly used commands.  For more information,
  2. please use the help command.  Note that commands may work differently at the
  3. MM>, Read> and Send> prompts.
  4.  
  5. MM Commands
  6.  
  7. The term messages refers to message sequences, described on the other side of
  8. this sheet.
  9.  
  10. help  ?                shows what help is available.
  11.  
  12. help command            explains use of a particular command (or a
  13.                 topic as listed in help ?).
  14.  
  15. command ?            shows possible completions for a particular
  16.                 command.
  17.  
  18. !command            does a shell command.
  19.  
  20. exit                exits from MM and expunges deleted messages;
  21.                 does not kill the process.
  22.  
  23. quit                exits from MM without expunging; does not kill
  24.                 the process.
  25.  
  26. bye                exits from MM and asks whether to expunge;
  27.                 kills the process.
  28.  
  29. send                starts the SEND routine.
  30.  
  31. read                starts the READ routine, and reads any unseen
  32.                 messages.
  33.  
  34. read messages            starts the READ routine, and reads specified
  35.                 messages.
  36.  
  37. headers messages        shows the headers (index summary) of specified
  38.                 messages.
  39.  
  40. reply messsages            sends a reply; similar to SEND routine.
  41.  
  42. delete messages            marks the message for deletion; it will be
  43.                 erased at exit or expunge.
  44.  
  45. forward messages        forwards the message to someone else; you can
  46.                 add a comment first.
  47.  
  48. remail messages            remails the message to someone else without
  49.                 comment.
  50.  
  51. print messages            prints the message; see the other side of this
  52.                 sheet for pcprint.
  53.  
  54. flag messages            puts a marker on the message; the message is
  55.                 shown whenever you start MM.
  56.  
  57. keyword kw messages        assigns a keyword, kw, to the message; for use
  58.                 in message sequences.
  59.  
  60. copy file messages        copies the message to another mail file, file.
  61.  
  62. move file messages        copies the message to another mail file, file.
  63.  
  64. get file            changes to another mail file, file.
  65.  
  66. get                changes to the main mail file, mbox.
  67.  
  68. save-draft file            (at Send>only) saves a message being typed in
  69.                 a file, file, without sending it.
  70.  
  71. restore-draft file        gets a message that was saved by save-draft to
  72.                 resume the SEND routine.
  73.  
  74. finger userID            shows the name and other information for the
  75.                 person with the userID.
  76.  
  77. finger -Q username        lists userIDs of people with the name (or
  78.                 partial name).
  79.  
  80. define alias userID        defines a mail-alias (nickname) for the
  81.                 userID.
  82.  
  83. define alias userIDlist        defines a mail-alias (mailing list name) for a
  84.                 list of userIDs.
  85.  
  86. define alias @@file        defines a mail-alias (mailing list name) by
  87.                 referring to a file listing userIDs.
  88.  
  89. who?                shows what aliases exist.
  90.  
  91. who alias            shows the userID for a particular alias.
  92.  
  93. show                shows current settings of variables and
  94.                 mail-aliases.
  95.  
  96. show variable            shows the current setting of a particular
  97.                 variable.
  98.  
  99. help set variable        explains what a variable does.
  100.  
  101. set variable value        customizes MM by setting a variable to a
  102.                 certain value.
  103.  
  104. save-init            saves anything defined or set during the
  105.                 current session.
  106.  
  107. expunge                permanently erases deleted messages (the exit
  108.                 command also does this).
  109.  
  110. Message Sequences
  111.  
  112. Messages are commonly specified by number.  Type headers all to see a list of
  113. all the messages you have on file, with their numbers.  Examples of message
  114. sequences using numbers:
  115.  
  116. 5                message 5.
  117.  
  118. 5:8 or 5-8 or 5,6,7,8        messages 5 through 8.
  119.  
  120. 5,6,7,10 or 5:7,10        messages 5 through 7, and 10.
  121.  
  122.  
  123. Some other message sequences are shown here.  Type help message-sequence for a
  124. full list of sequences.  If you type headers all, you are using the message
  125. sequence all.
  126.  
  127. *                the last message in the file.
  128.  
  129. all, inverse            all messages; all=oldest first, inverse=newest
  130.                 first.
  131.  
  132. after, before, on, since date    messages after, etc., a certain date (June 6,
  133.                 1990) or day (Monday).
  134.  
  135. subject, text word        messages containing a word (or part of a
  136.                 word) in the subject or text.
  137.  
  138. to, from userID            messages to or from a certain userID or user
  139.                 name.
  140.  
  141. last n                the last n messages.
  142.  
  143. flagged                all messages marked by the flag command.
  144.  
  145. keyword kw            all messages assigned to the keyword, kw, by
  146.                 the keyword command.
  147.  
  148. Examples of message sequences:
  149.  
  150. read since Monday        reads all messages received on and after
  151.                 Monday.
  152.  
  153. delete subject meeting from fuat  deletes messages from fuat with meeting
  154.                   in the subject.
  155.  
  156. headers before 12/31/90        shows headers for messages received before
  157.                 December 31, 1990.
  158.  
  159. flag text bug from mel        puts a flag on all messages from melissa with
  160.                 bug in the text.
  161.  
  162. Reply Keywords
  163.  
  164. sender, all            send reply to sender, or to everyone on the to
  165.                 and cc lists of the original.
  166.  
  167. including, not-including    include the original message above the reply
  168.                 text, or not.
  169.  
  170. At the Read> prompt, common commands are reply, reply all, reply including,
  171. reply all including.
  172.  
  173. At the MM> prompt, type reply and message sequence; then at the prompt send
  174. reply...to, press return for the default, sender not-including, or specify
  175. including, all, or all including.
  176.  
  177. Send Commands
  178.  
  179. Use help at the Send> prompt for information.  Some of the commands available
  180. only at the Send> prompt include:
  181.  
  182. display, display headers    shows the message about to be sent, or just
  183.                 its header lines.
  184.  
  185. to address,  cc address, 
  186. subject text            adds addresses to the to or cc fields;
  187.                 replaces the subject field.
  188.  
  189. erase field            erases a field (like to, cc, etc.)
  190.  
  191. text                goes back to typing text, after reaching the
  192.                 Send> prompt.
  193.  
  194. fcc file            puts a copy of the message in a file, file, in
  195.                 your current directory.
  196.  
  197. send                sends the message.
  198.  
  199. quit                discards the message, and goes back to the MM>
  200.                 prompt.
  201.  
  202. At the To: and cc: prompts: type any valid address or mail-alias; or @file to
  203. read in addresses from a file (mailing list);
  204.  
  205. or . (period) to send to yourself.  Put commas between addresses when there is
  206. more than one.  See the help topics addressing, bitnet and internet for
  207. information about addresses.  See help for text-mode for help with MM's text
  208. editor.
  209.