Removed the mhlproc profile entry. Call mhl directly.
[mmh] / sbr / folder_delmsgs.c
index 4950330..d6e63b6 100644 (file)
@@ -56,7 +56,7 @@ folder_delmsgs(struct msgs *mp, int unlink_msgs, int nohook)
                fflush(stdout);
                vec[0] = mhbasename(rmmproc);
 
-               switch (pid = vfork()) {
+               switch (pid = fork()) {
                case -1:
                        advise("fork", "unable to");
                        return -1;