PeanutProfile.mesa
Doug Wyatt, February 6, 1984 4:07:24 pm PST
DIRECTORY
Rope USING [ROPE];
PeanutProfile: CEDAR DEFINITIONS
= BEGIN
ROPE: TYPE = Rope.ROPE;
automaticNewMail: BOOL; -- Peanut.AutomaticNewMail
ccToSelf: BOOL; -- Peanut.CarbonCopyToSelf
killViewersOnSaveAll: BOOL; -- Peanut.KillViewersOnSaveAll
startIconic: BOOL; -- Peanut.StartIconic
windowHeight: INT; -- Peanut.WindowHeight
activeMailFile: ROPE; -- Peanut.ActiveMailFile
outgoingMailFile: ROPE; -- Peanut.OutgoingMailFile
workingDirectory: ROPE; -- Peanut.WorkingDirectory
END.