PeanutProfile.mesa
Copyright Ó 1985, 1990, 1992 by Xerox Corporation. All rights reserved.
Doug Wyatt, July 2, 1985 11:34:09 am PDT
Bertrand Serlet June 24, 1986 4:09:14 pm PDT
Last changed by Pavel on March 7, 1990 11:50 am PST
Kenneth A. Pier, July 6, 1992 4:25 pm PDT
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.