-- File: WalnutSend.config -- Created by: Willie-Sue Haugeland, March 29, 1982 -- Contents: sending mail from Cedar&Viewers -- Last edited by: -- Cattell on April 13, 1982 9:35 am -- Willie-Sue on December 13, 1983 2:10 pm -- Last Edited by: Donahue, August 26, 1983 4:32 pm WalnutSend: CONFIGURATION LINKS: CODE IMPORTS BasicTime, Commander, GVBasics, GVNames, GVSend, Atom, IO, FS, List, Icons, InputFocus, Menus, -- Nuthatch, Walnuthatch, Process, Rope, RopeIO, RuntimeError, BasicTime, TEditSplit, TextNode, TiogaMenuOps, TiogaOps, TypeScript, UserCredentials, UserProfile, ViewerEvents, ViewerIO, ViewerMenus, ViewerOps, ViewerBLT, WalnutSendInternal, WalnutSendOps EXPORTS ALL CONTROL WalnutSendControlImpl, WalnutSendOpsImpl, WalnutSendMailImpl, WalnutVoiceImpl = BEGIN WalnutSendControlImpl; WalnutSendMailImpl; WalnutSendOpsImpl; WalnutDocumentRopeImpl; WalnutVoiceImpl; GVAnswerImpl; GVMailParseImpl; END.