home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface KillFile:Object
- {
- id nntpServer;
- id theArticleSet;
- id theNGSet;
-
- id newsgroupTable;
- id authorTable;
-
- char *path;
- }
- - setPath;
- - init;
- - free;
-
- - getAuthorTable;
- - getThreadTableFor:(const char *)newsgroup;
-
- - killUnkillAuthor:(BOOL)doKill author:(const char *)author;
- - killUnkillThread:(BOOL)doKill :(char *)subject newsgroup:(id)group;
-
- - filterArticles:(id)newsgroup andReloadMatrix:(BOOL)reload;
-
- - saveAndFree;
-
- - killAuthor:sender;
- - killThread:sender;
- - kill:sender;
- - killSelectionMode:(int)mode;
-
- @end
-