home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-manual-mss.tar.Z / mm-manual-mss.tar / mm-manual / 05-read-ps.mss < prev    next >
Text File  |  1991-01-04  |  3KB  |  64 lines

  1. @part<five, root="mm.mss">
  2. @begin<text>
  3. @Chapter(Read Mode)
  4.  
  5. @Section(What Is Read Mode?)
  6.  
  7. @b<Read mode> reads and processes the messages in your mail file.  Its
  8. commands are very similar to the ones in @b<top level>, but refer only
  9. to the message being read.  So, for instance, if you were to type
  10. @i(MM>)@p<read 3>, you would be put into @b(read mode), and commands
  11. would then, for the most part, apply only to message 3.  If you had
  12. typed @i(MM>)@p<read 3:10> (meaning to read messages 3 through 10,
  13. individually and one right after the other), any commands you would
  14. type in @b<read mode> would apply to whichever message between 3 and
  15. 10 is currently being read.
  16.  
  17. @Section(Commands In Read Mode)
  18.  
  19. Start @b<read mode> by typing @i(MM>)@p(read) followed by a
  20. message-sequence.  With no message-sequence, @i(MM>)@p<read> is taken
  21. to mean @i(MM>)@p<read unseen>, and it will let you read each new
  22. message you have not seen.  If there are no new messages, it simply
  23. returns you to the @b<top level>.  When you start MM, it tells you
  24. whether you have new messages.  During a session, MM checks for more
  25. incoming mail every 5 minutes, or you can force a check with the
  26. @i(check) command.
  27.  
  28. Most of the top-level commands are also available in @b<read mode>.
  29. @b<Read mode> is identified by the @i[Read>] prompt.  You can get
  30. descriptions of the @b<read mode> commands by typing @i[help ?] or
  31. @i[help <command>] at the read prompt.  The major difference is that
  32. the commands do not take message sequences as arguments, but refer
  33. instead to the current message.  For example, @i<delete> refers to the
  34. message you just read.
  35.  
  36. The command @i<kill> is the only @b(read mode) command that does not
  37. also operate at @b(top-level).  @i(Reply) works somewhat differently
  38. in @b(top-level) and @b(read modes).
  39.  
  40. @blankspace(1 line)
  41. @end(text)
  42. @begin(text2, columnbalance=on)
  43. @begin(itemize)
  44.  
  45. KILL: Combines @i<delete> and @i<next>: marks the current message for
  46. deletion and then types the next message.
  47.  
  48. REPLY: Most commonly used in @b(read mode) rather than @b(top-level).
  49. In @b(read mode), the two optional keywords for @i(reply) should be
  50. added immediately after the command.  The simple command @i(reply) is
  51. the same as the full command @i(reply sender not-including).  The
  52. alternative to @i(sender) is @i(all), which sends the reply to
  53. everyone who received the original message.  The second keyword can be
  54. @i(including), which includes the text of the original message above
  55. the reply.  Therefore, the following commands are all commonly used:
  56. @p(reply), @p(reply all), @p(reply including), @p(reply all
  57. including).
  58.  
  59. @end(itemize)
  60. @end<text2>
  61.  
  62.  
  63.  
  64.