PeanutTopImpl.mesa; Written by Bill Paxton, February 1983
Last edited by Paxton on April 4, 1983 9:10 am
DIRECTORY
CedarSnapshot USING [CheckpointProc, Register, RollbackProc],
UserExec USING [CommandProc, RegisterCommand],
Process USING [Detach],
Menus USING [ClickProc, MenuProc],
PeanutSendMail,
Spell,
Rope,
PeanutRetrieve,
PeanutWindow,
TiogaMenuOps,
ViewerClasses,
ViewerOps,
VirtualDesktops;
PeanutTopImpl:
CEDAR
PROGRAM
IMPORTS PeanutWindow, PeanutRetrieve, PeanutSendMail, CedarSnapshot, Process, Spell, Rope, UserExec, TiogaMenuOps, VirtualDesktops, ViewerOps =
BEGIN
BuildPeanut: UserExec.CommandProc = {StartPeanut[]};
CloseDown:
PROC = {
PeanutRetrieve.CloseConnection[] };
UserExec.RegisterCommand["Peanut", BuildPeanut, "For retrieving and sending mail"];