(main): Print rcsid and exit if -v is the first argument.
* LEN_ULONGs for time and pid. */
#define TMPNAMLEN 1 + 4 + HOST_NAME_MAX + LEN_ULONG + LEN_ULONG
+static char rcsid[] = "$Id$";
+
/* Write all of buf, even if write(2) is interrupted. */
static ssize_t
full_write(int fd, const char *buf, size_t nbytes)
char *fail;
int fd;
+ if (argv[1] && argv[1][0] == '-' && argv[1][1] == 'v') {
+ puts(rcsid);
+ return 0;
+ }
+
deliver("Maildir", newfn);
if (argv[1]) {