]> diplodocus.org Git - nmh/blobdiff - uip/viamail.c
* h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line
[nmh] / uip / viamail.c
index 859dfafa645fd8296093a556be7f4cfc1749e659..04a76d2f50f255f8910683210aa4ee00f9ae84c3 100644 (file)
@@ -248,5 +248,6 @@ via_mail (char *mailsw, char *subjsw, char *parmsw, char *descsw,
     fclose (fp);
     if (unlink (tmpfil) == -1)
        advise (NULL, "unable to remove temp file %s", tmpfil);
-    return done (status);
+    done (status);
+    return 1;
 }