Peanut.config
Copyright © 1983, 1984, 1985 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: Gasbarro June 24, 1986 1:17:13 pm PDT
Michael Plass, July 30, 1986 3:03:52 pm PDT
Last edited by Doug Wyatt, July 1, 1985 3:05:50 pm PDT
Peanut: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, Booting, Buttons, CedarProcess, Commander, Containers, Convert, FS, GVBasics, GVNames, GVRetrieve, GVSend, Icons, Idle, IO, List, Loader, Menus, MessageWindow, Process, PutGet, Rope, Rules, TEditDisplay, TextEdit, TextNode, TiogaAccess, TiogaFileOps, TiogaMenuOps, TiogaOps, TypeScript, UserCredentials, UserProfile, VFonts, ViewerEvents, ViewerOps, ViewerSpecs, ViewerTools
EXPORTS ALL
CONTROL GVMailPackage, PeanutProfileImpl, PeanutWindowImpl, PeanutSendMailImpl, PeanutRetrieveImpl, PeanutTopImpl
= BEGIN
GVMailPackage;
PeanutProfileImpl;
PeanutWindowImpl;
PeanutRetrieveImpl;
PeanutSendMailImpl;
PeanutTopImpl;
END.