This is MailReader.h in view mode; [Download] [Up]
/* -*-C-*- ******************************************************************************* * * File: MailReader.h * RCS: $Header: /usr/local/lib/cvs/EnhanceMail/MailReader.h,v 1.1.1.6 1996/04/07 00:20:21 cedman Exp $ * Description: * Author: Carl Edman * Created: Fri Oct 13 11:48:24 1995 * Modified: Sat Apr 6 19:17:02 1996 (Carl Edman) cedman@capitalist.princeton.edu * Language: C * Package: N/A * Status: Experimental (Do Not Distribute) * * (C) Copyright 1995, but otherwise this file is perfect freeware. * ******************************************************************************* */ #import <appkit/appkit.h> #import "MailApp.h" @interface EnhanceMailReader : MailReader - toggleIndexing:sender; - strip:sender; - (void)setFlagged:(BOOL)flag; @end @interface CommandView(EnhanceMailReaderFace) - setXFace:(const char *)xface; - setXImageURL:(const char *)ximageurl; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.