PeanutProfile.mesa
Edited by Doug Wyatt, November 21, 1983 2:56 pm
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
END.