<> <> <> <> <<>> DIRECTORY Rope USING [ROPE]; PeanutProfile: CEDAR DEFINITIONS = BEGIN ROPE: TYPE = Rope.ROPE; automaticNewMail: BOOL; -- Peanut.AutomaticNewMail toBeforeSubject: BOOL; -- Peanut.ToBeforeSubject ccField: BOOL; -- Peanut.CarbonCopyField ccToSelf: BOOL; -- Peanut.CarbonCopyToSelf messageNodeFormat: ATOM; -- Peanut.MessageNodeFormat killViewersOnSaveAll: BOOL; -- Peanut.KillViewersOnSaveAll startIconic: BOOL; -- Peanut.StartIconic windowHeight: INT; -- Peanut.WindowHeight activeMailFile: ROPE; -- Peanut.ActiveMailFile outgoingMailFile: ROPE; -- Peanut.OutgoingMailFile workingDirectory: ROPE; -- Peanut.WorkingDirectory recipients: ROPE; -- Peanut.Recipients signature: ROPE; -- Peanut.Signature END.