Paul,
This explains my confusion one devel machine I have was downloading
from trunk and the other was use dbmail_2_2_branch, I didn't relize they
were diffrent. I figured since dbmail 2.3 or other devel version hasn't
really been started that trunk would have been pointing to 2_2 by
default. I get it now will work with dbmail_2_2_branch only now. Is
there any way with svn to verifiy that all files are in sync with the
tree? (I don't use svn enough) .
Thanks,
Leif
Paul J Stevens wrote:
Leif,
I've merged all recent changes from dbmail_2_2_branch into the trunk again.
But apart from the ingres driver (unfinished) there's not much to see in
the trunk atm.
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