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