PeanutTopImpl.mesa; Written by Bill Paxton, February 1983
Last edited by Paxton on April 4, 1983 9:10 am
Last edited by Wyatt on April 14, 1983 2:38 pm
Last Edited by: Pausch, July 18, 1983 1:37 pm
DIRECTORY
CedarSnapshot USING [CheckpointProc, Register, RollbackProc],
CIFS USING [Enumerate, EProc],
Commander USING [CommandProc, Register],
Process USING [Detach],
Menus USING [ClickProc, MenuProc],
PeanutSendMail,
RefText USING [Match],
Rope USING [Equal, Find, FromProc, ROPE, Substr],
PeanutRetrieve,
PeanutWindow,
UserProfile,
ViewerClasses,
ViewerOps,
VirtualDesktops;
PeanutTopImpl:
CEDAR
PROGRAM
IMPORTS PeanutWindow, PeanutRetrieve, PeanutSendMail, CedarSnapshot, CIFS, Process, RefText, Rope, Commander, UserProfile, VirtualDesktops, ViewerOps =
BEGIN
BuildPeanut: Commander.CommandProc = {StartPeanut[]};
CloseDown:
PROC = {
PeanutRetrieve.CloseConnection[] };
Commander.Register["Peanut", BuildPeanut, "For retrieving and sending mail"];