Ah that's why that patch before went mostly cleanly into
dbmail_2_2_branch (operative word 'mostly'). Bah! :-P

Look at how active development is on the dbmail_2_2_branch! There's no
way you're going to see amazing new anything in trunk when so much work
is going into stability and compliance on the stable branch.

Aaron

On Sat, 2007-03-24 at 11:04 +0100, Paul J Stevens wrote:
> Leif,
> 
> You should stay away from trunk for now. I merge changes into the trunk
> from time to time but it's the dbmail_2_2_branch where current
> development is taking place.
> 
> Leif Jackson wrote:
> > I just pulled a fresh copy to make sure that it wasn't me this time paul
> > 
> > but as I see it in trunk _ic_select in imapcommands.c
> > 
> > looks like this:
> >        /* show idx of first unseen msg (if present) */
> >        if (ud->mailbox.exists) {
> >                if (! (key = db_first_unseen(ud->mailbox.uid))) {
> >                        dbmail_imap_session_printf(self, "* BYE internal
> > dbase error\r\n");
> >                        return -1;
> >                }
> >                if ((msn = g_tree_lookup(self->mailbox->ids, &key))) {
> >                        dbmail_imap_session_printf(self,
> >                                "* OK [UNSEEN %llu] first unseen
> > message\r\n", *msn);
> >                }
> >        }
> > 
> > this re-introduces the issue with select all failing..etc as of 3/19
> > paul you showed they looked like:
> > 
> > The lines in svn look like this:
> >>
> >>
> >> /* show idx of first unseen msg (if present) */
> >> if (ud->mailbox.exists) { key = db_first_unseen(ud->mailbox.uid); if (
> >> (key > 0) && (msn =
> > 
> >> g_tree_lookup(self->mailbox->ids, &key))) {
> >> dbmail_imap_session_printf(self, "* OK [UNSEEN %llu] first unseen
> >> message\r\n", *msn); }
> >> }
> > 
> > 
> > any ideas?
> > 
> > Thanks,
> > leif
> > 
> > 
> > 
> > _______________________________________________
> > Dbmail-dev mailing list
> > Dbmail-dev@dbmail.org
> > http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> > 
> 
> 

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to