bug-mailutils
[Top][All Lists]
Advanced

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

Re: POP3d locking


From: Alain Magloire
Subject: Re: POP3d locking
Date: Tue, 24 Apr 2001 15:33:47 -0400 (EDT)

Bonjour

> One more thing: there seems to be an inconsistency in mbox_expunge().
> Namely:
> 

Thank you patch applied, with ChangeLog entyr.

> Index: mailbox/mbx_mbox.c
> ===================================================================
> RCS file: /cvs/mailutils/mailbox/mbx_mbox.c,v
> retrieving revision 1.43
> diff -c -r1.43 mbx_mbox.c
> *** mbx_mbox.c        2001/04/17 03:31:19     1.43
> --- mbx_mbox.c        2001/04/24 10:29:02
> ***************
> *** 700,710 ****
>         if (mum->message == 0)
>           {
>             message_t msg;
> !           status = mbox_get_message (mailbox, i, &msg);
>             if (status != 0)
>               {
>                 fprintf (stderr, "Error expunge:%d: %s", __LINE__,
>                          strerror (status));
>                 goto bailout0;
>               }
>           }
> --- 703,713 ----
>         if (mum->message == 0)
>           {
>             message_t msg;
> !           status = mbox_get_message (mailbox, i+1, &msg);
>             if (status != 0)
>               {
>                 fprintf (stderr, "Error expunge:%d: %s", __LINE__,
>                          strerror (status));
>                 goto bailout0;
>               }
>           }
> 




reply via email to

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