From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 26 Mar 2014 10:04:10 -0400 To: kokamoto@hera.eonet.ne.jp, 9fans@9fans.net Message-ID: In-Reply-To: <53323969.9000701@hera.eonet.ne.jp> References: <53323969.9000701@hera.eonet.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usb/kb Topicbox-Message-UUID: d0fbe2ce-ead8-11e9-9d60-3106f5b1d025 On Tue Mar 25 22:22:23 EDT 2014, kokamoto@hera.eonet.ne.jp wrote: > The upas (your nupas) has problem with using POP3 > mail reading. > > In your source, there is a comment regarding this. > Yes, I met the same problem as your comment in > sanembmsg() in mbox.c. > > Before trying this myself, I suppose you have some suggestion > on this point. Where I should try first? i recommend commenting these lines out. ; g sanembmsg|grep pop mbox.c:490: sanembmsg(mb, m); /* fails with pop but i want this debugging for now */ mbox.c:521: sanembmsg(mb, m); /* fails with pop but i want this debugging for now */ mbox.c:548: sanembmsg(mb, m); /* fails with pop but i want this debugging for now */ - erik