]> code.citadel.org Git - citadel.git/blobdiff - citadel/netmailer.c
* Added "-i" flag to netproc to make it skip the export phase.
[citadel.git] / citadel / netmailer.c
index 91b0573db00faf090039b98ba8b0755c97e4dcab..fc710020bb8fe2c75bb68f31a55c2adf726ad19e 100644 (file)
@@ -267,5 +267,6 @@ int main(int argc, char **argv)
        pclose(rmail);
   
        unlink(temp);           /* get rid of the ASCII file */
+       execlp("./netproc", "netproc", "-i", NULL);
        exit(0);                /* go back to the main program */
        }