<> <> <<>> 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.