Peanut.config
Copyright © 1983, 1984 Xerox Corporation. All rights reserved.
Created April 4, 1983 9:41 am
Last edited by Bill Paxton, June 10, 1983 10:03 am
Last Edited by: Pausch, July 14, 1983 2:44 pm
Last edited by Doug Wyatt, September 10, 1984 2:10:32 pm PDT
Peanut: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, Buttons, Commander, Convert, FS, GVBasics, GVNames, GVRetrieve, GVSend, Icons, InputFocus, IO, List, Loader, Menus, MessageWindow, Process, PutGet, Rope, Rules, TEditDisplay, TextEdit, TextNode, TiogaFileOps, TiogaMenuOps, TiogaOps, TypeScript, UserCredentials, UserProfile, VFonts, ViewerEvents, ViewerOps, ViewerSpecs
EXPORTS ALL
CONTROL GVMailPackage, PeanutProfileImpl, PeanutWindowImpl, PeanutSendMailImpl, PeanutRetrieveImpl, PeanutTopImpl
= BEGIN
GVMailPackage;
PeanutProfileImpl;
PeanutWindowImpl;
PeanutRetrieveImpl;
PeanutSendMailImpl;
PeanutTopImpl;
END.