Re: [patch] pop failure / flock fix
- From: Ian Campbell <ijc25 cam ac uk>
- To: balsa-list gnome org
- Subject: Re: [patch] pop failure / flock fix
- Date: Thu, 10 Aug 2000 18:16:52 +0100
I think we should mark any changes we make to libmutt with BALSA in a comment,
so we know where we have changed stuff when we want upgrade libmutt.
My main reason for this is that I have just finished investigating why all
headers aren't included in the list. According to libmutt/ChangeLog the bug
has
been fixed in the past and written over by an upgrade.
Perhaps we can also standardize on using FIXME as a marker for known
problems??
Cheers,
Ian.
On Wed, 09 Aug 2000 23:28:28 Carlos Morgado wrote:
>
>
> Hi,
> i tracked down the failure to connect to pop3 server / lock deadlock bug.
>
> Change
>
> libmutt/mx.c:175
> if (connect (s, (struct sockaddr *) &sin, sizeof (struct sockaddr_in)) ==
-1)
> {
> mutt_perror ("connect");
> return;
> }
>
> to
>
> if (connect (s, (struct sockaddr *) &sin, sizeof (struct sockaddr_in)) ==
-1)
> {
> mutt_perror ("connect");
> + mx_fastclose_mailbox (&ctx);
> return;
> }
>
>
> cheers
>
> --
> Carlos Morgado - chbm(at)chbm(dot)nu - http://chbm.nu/ -- gpgkey: 0x1FC57F0A
> http://wwwkeys.pgp.net/ FP:0A27 35D3 C448 3641 0573 6876 2A37 4BB2 1FC5 7F0A
>
> Broadcast message from root
> .... system going down imediatly ....
>
>
> _______________________________________________
> balsa-list mailing list
> balsa-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/balsa-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]