Files
CydandClaude Fable 5 db7745fcd0 sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:41:15 -05:00

24 lines
923 B
Plaintext

USAGE
L[ist] [<starting_msg_number> [<ending_msg_number>] ]
DESCRIPTION
The list command prints a list of the messages in the current
mailbox (or "area"). For each message, the list contains the
subject header line, the time and date it was created, who it
is from, how many bytes long it is, and whether or not it has
been read.
You may include an optional "starting_msg_number" from which
to begin displaying the list. If you specify a starting msg
number, then you may also specify an ending number as well.
This will limit the display for you in case there are a large
number of messages in a particular "area" mailbox.
EXAMPLES
list (Display a list of all messages in the current area)
l 6 (Display messages headers beginning with message 6)
list 6 10 (Display only message headers from 6 to 10)