bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] movemail 3.1, hanging again


From: Jean Louis
Subject: [bug-mailutils] movemail 3.1, hanging again
Date: Wed, 14 Dec 2016 09:20:30 +0300

Hello Sergey,

I have immediately unpacked and tried the mailtuils 3.1, by thinking
movemail would get all the improvements from last days, but it is
hanging again.

I have tried using the patch, but it has got rejected, now I have
again non-functional version of movemail.

rejected:

--- libmailutils/stream/stream.c
+++ libmailutils/stream/stream.c
@@ -1160,7 +1160,7 @@ mu_stream_ioctl (mu_stream_t stream, int family, int 
opcode, void *ptr)
 {
   int rc;
   _bootstrap_event (stream);
-  if ((rc = _stream_flush_buffer (stream, _MU_STR_FLUSH_ALL)))
+  if ((rc = _stream_flush_buffer (stream, 
_MU_STR_FLUSH_ALL|_MU_STR_FLUSH_KEEP)))
     return rc;
   if (stream->ctl == NULL)
     return ENOSYS;

And -u is anyway not working, I guess it searched for UIDL in Maildir,
and if it does not find, it stops operation. It shall be comparing
UIDLS of messages I assume.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]