On Fri Feb  6 09:17:01 EST 2009, mattmob...@proweb.co.uk wrote:
> mk install
> ... snip ...
> cp 8.out /386/bin/nupas/Mail
> cp: can't create /386/bin/nupas/Mail: '/386/bin/nupas' does not exist

i may be wrong, but that is intentional.  i don't know of other
plan 9 programs that make their own bin when installed.

> 9x4 uid fetch 1:* (uid rfc822.size internaldate)
> 
> then fails parsing the repsonses
> 
> of the form
> 
> * 99 FETCH (UID 32768 INTERNALDATE " 6-Feb-2009 08:52:33 -0500" 
> RFC822.SIZE 74193)

interesting.  there's nothing that looks obviously
wrong with that line.  it must already be out of step.
would you mind applying this edit

imap.c:1085,1091 - /n/sources/contrib/quanstro/src/nupas/fs//imap.c:1085,1090
        }
  
        imap = emalloc(sizeof *imap);
-       imap->flags |= Fdebug;
        imap->fd = -1;
        imap->freep = path;
        imap->flags = flags;

and sending along the debugging output?  it's going
to be a bit chatty.  thanks.

- erik

Reply via email to