-- File: Peanut.config April 4, 1983 9:41 am
-- Last edited by Bill Paxton, June 10, 1983 10:03 am
-- Last edited by Doug Wyatt, April 14, 1983 2:55 pm
-- Last Edited by: Pausch, July 14, 1983 2:44 pm

Peanut: CONFIGURATION LINKS: CODE
IMPORTS Buttons, CedarSnapshot, CIFS, Commander, GVBasics, GVNames, GVRetrieve, GVSend, Icons, InputFocus, IO, List, Menus, MessageWindow, PeanutSendMail, Process, PutGet, RefText, Rope, Rules, TextEdit, TextNode, TEditDisplay, Time, TiogaFileOps, TiogaMenuOps, TiogaOps, TypeScript, UserCredentials, UserProfile, VFonts, ViewerEvents, ViewerOps, ViewerSpecs, VirtualDesktops

EXPORTS GVAnswer, GVMailParse, PeanutParse, PeanutSendMail, PeanutWindow

CONTROL GVAnswerImpl, GVMailParseImpl, PeanutWindowImpl, PeanutSendMailImpl, PeanutRetrieveImpl, PeanutTopImpl =

BEGIN

PeanutWindowImpl;
PeanutRetrieveImpl;
PeanutSendMailImpl;
PeanutTopImpl;
GVAnswerImpl;
GVMailParseImpl;

END.