ftp.nice.ch/Attic/openStep/connectivity/mail/EmptyQ.m.NIS.bs.tgz#/EmptyQ.m.NIS/Source/MyObject.m

This is MyObject.m in view mode; [Download] [Up]

#import "MyObject.h"

#include <stdio.h>

@implementation MyObject

- (void)EmptyQButton:(id)sender
{
	char string[256];

	strcpy(string, "/usr/lib/sendmail -q");
	system(string);

        NSBeep();


}
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.