]> diplodocus.org Git - nmh/commitdiff
h/rcvmail.h: Delete. Contained just a couple of pointless macros.
authorRalph Corderoy <ralph@inputplus.co.uk>
Tue, 14 Nov 2017 23:56:16 +0000 (23:56 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 16 Nov 2017 00:03:51 +0000 (00:03 +0000)
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.


No differences found