From: Ralph Corderoy Date: Tue, 14 Nov 2017 23:56:16 +0000 (+0000) Subject: h/rcvmail.h: Delete. Contained just a couple of pointless macros. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/0c21ce5aa9a404868047f84c9d368f86ee3b168e?hp=0c21ce5aa9a404868047f84c9d368f86ee3b168e h/rcvmail.h: Delete. Contained just a couple of pointless macros. RCV_MOK was 0, RCV_MBX was 1. They were used for exit(3) and done(). `exit(0)' is clearer than another layer of abstraction, and the commands that used them didn't seem to document the exit statuses anyway. The included by other means, at least on one platform. ---