home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / amiga / akit29m.lha / AmigaNOS / TCPIP / Spool / Help / Mbox.List < prev    next >
Encoding:
Text File  |  1993-08-07  |  1.2 KB  |  28 lines

  1.    LIST
  2.  
  3. USAGE
  4.    L[ist] [<starting_msg_number> [<ending_msg_number>] ]
  5.  
  6. DESCRIPTION
  7.    The list command prints a list of the messages in the current mailbox
  8.    (or "area"). For each message, the list contains the subject header
  9.    line, the time and date it was created, who it is from, how many bytes
  10.    long it is, and whether or not it has been read.
  11.  
  12.    You may include an optional "starting_msg_number" from which to begin
  13.    displaying the list. If you specify a starting msg number, then you may
  14.    also specify an ending number as well. This will limit the display for
  15.    you in case there are a large number of messages in a particular "area"
  16.    mailbox.
  17.  
  18. EXAMPLES
  19.    list               (Display a list of all messages in the current area)
  20.    l 6                (Display messages headers beginning with message 6)
  21.    list 6 10          (Display only message headers from 6 to 10)
  22.    ll 5               (Display the last 5 messages in the current area)
  23.    l> nwp             (Display only those messages in the current area which
  24.                        have 'nwp' in the To: field)
  25.    l< yyh             (Display only those messages in the current area which
  26.                        have 'yyh' in the From: field)
  27.            
  28.