-- An example of a Walnut.Root file
-- Copyright Ó 1985 b, 1992y Xerox Corporation. All rights reserved.
-- Willie-Sue, May 15, 1985 1:10:08 pm PDT
-- Doug Terry, January 7, 1992 1:54 pm PST
-- NO TIOGA FORMATTING ALLOWED
-- the Entry types: Key, MailFor, Database, NewMailLog, ReadArchiveLog must appear
-- there must be two and only two LogInfo entries, one with a 7-digit sequence number,
-- the other with the 7-character word Expunge.
-- End must be the last entry and must appear.
-- Blank lines and comments may appear, except in the Key entry
-- ALL files MUST be on the same directory
-- Walnut.Root
Key
mail database
MailFor
user←login←goes←here
-- database name
Database
LoganBerrytabase←name
NewMailLog
Walnut.NewMailLog
ReadArchiveLog
Walnut.ReadArchiveLog
-- the first log file
LogInfo
Walnut.LogX
100001
0000001
-- the first expunge log
LogInfo
Walnut.LogY
100002
Expunge
SchemaType
Complete
End