home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / mark < prev    next >
Encoding:
Text File  |  1990-11-12  |  1.6 KB  |  51 lines

  1. MARK
  2.  
  3. Sets a flag in the message header setting the current or message-id message as
  4. marked. Marked messages are displayed with an asterisk in the left hand column
  5. of the directory listing. A marked message can serve as a reminder of important
  6. information.
  7.  
  8. The UNMARK command clears a flag in the message header setting the current or
  9. message-id message as unmarked.
  10.  
  11. The /ALL qualifier sets all currently selected messages as marked or as
  12. unmarked.
  13.  
  14. Format:        MARK [/ALL] [message-number]
  15.                UNMARK [/ALL] [message-number]
  16.  
  17. Parameters:    message-number
  18.  
  19.                Indicates message number to be marked or unmarked.
  20.  
  21.  
  22. Qualifiers:    /ALL
  23.  
  24.                Sets all currently selected messages as marked. Marked
  25.                messages are displayed with an asterisk in the left-hand column
  26.                of the directory listing.
  27.  
  28. Examples:
  29.  
  30.     1.
  31.         MAIL> DIR MISC
  32.  
  33.           #          From          Date           Subject
  34.  
  35.           1         SILVER:SMITH   13-AUG-1986    Training Info
  36.           2         GOLD::COLLINS  22-AUG-1986    Ideas
  37.           3         GOLD::PETERS   25-AUG-1986    Meeting
  38.  
  39.            MAIL> MARK 2
  40.            MAIL> MARK 3
  41.            MAIL> DIR
  42.  
  43.           #          From          Date           Subject
  44.  
  45.           1         SILVER:SMITH   13-AUG-1986    Training Info
  46.          *2         GOLD::COLLINS  22-AUG-1986    Ideas
  47.          *3         GOLD::PETERS   25-AUG-1986    Meeting
  48.  
  49.                     This example shows how to MARK messages 2 and 3. Use the   
  50.                     UNMARK command to delete the asterisk and unmark the 
  51.                     message.