home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOP.DIR / jump.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  778 b   |  22 lines

  1. JUMP  -  make a certain message be the current message
  2.  
  3. Usage:  JUMP message-number
  4.  
  5. At any point, MM considers one message to be "current".  At top-level,
  6.   any command concerning a particular message makes that message be
  7.   "current", so the command JUMP is almost unnecessary.  "Current" is
  8.   a message-sequence that is the default for numerous commands.
  9.  
  10. Example:
  11.     MM>headers 50  #shows header of 50, making 50 be "current"
  12.     ... 
  13.     MM>jump 14     #makes message 14 be "current"
  14.     MM>headers     #default is "current"; now shows header of message 14
  15.  
  16. In the example, "headers 14" would have done the same as "jump 14"
  17.   followed by "headers", so using "jump" is unnecessary.
  18.  
  19. For more help type "help" and one of these topics:
  20.   message-sequence   headers   other
  21.  
  22.