Has the same nfew filehandle issue as POP so apply the same fix as in
9eb9b47593181a3bf987eeaa0398ab5330ec12f8.
---
 uip/inc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/uip/inc.c b/uip/inc.c
index 37db70b..7673da3 100644
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -810,6 +810,8 @@ go_to_it:
            if (trnflag && m_unlink (sp) == NOTOK)
                adios (sp, "couldn't unlink");
            free (sp); /* Free Maildir[i]->filename */
+
+           scan_finished();
        }
        free (Maildir); /* From now on Maildir is just a flag - don't dref! */
     }
-- 
1.8.3.1


_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to