Re: [Dbmail-dev] A few wishes

2004-08-01 Thread Aaron Stone
Paul J Stevens <[EMAIL PROTECTED]> said: > Aaron Stone wrote: > > I think it's a really interesting idea, and makes a lot of sense once > > we have the headers parsed out as there'd be no reason to search the > > messageblks, and indeed no reason to look at them at all unless it's > > the message

Re: [Dbmail-dev] A few wishes

2004-08-01 Thread Paul J Stevens
Aaron Stone wrote: The problem right now is that we're trying to get the 2.0 release out, and so there's basically three threads happening right now: - Getting 2.0 released without further adieu - Thawing for a specific set of usability fixes - Random other stuff Unfortunately, your compresse

Re: [Dbmail-dev] pgsql migration script

2004-08-01 Thread Paul J Stevens
Have you tested your own proposal on a real database? If you rename aliases to aliases_1 postgres still wont allow you to create aliases. That was the reason for this hack. But perhaps I misunderstand some underlying postgres mechanism, but this is how I solved it. Hans Kristian Rosbach wrot

Re: [Dbmail-dev] [PATCH] mysql innodb migration fix from 1.x to 2.0

2004-08-01 Thread Aaron Stone
Eric Wong <[EMAIL PROTECTED]> said: > - REFERENCES `mailboxes` (`mailbox_idnr`) ON DELETE CASCADE, > + REFERENCES `mailboxes` (`mailbox_idnr`) ON DELETE CASCADE Thanks very much for testing this out and submitting a fix! With any patch, and especially one this subtle, pl