OK, I read through the comparisons in C, and none are dealing with the mailboxes. That appears to be entirely handled at the database level. So you're one-liner patch should be good to go. Ilja, you ok with it?
Aaron ""Aaron Stone"" <[EMAIL PROTECTED]> said: > > Thomas Mueller <[EMAIL PROTECTED]> said: > > > > > > > > >dbmail should be case sensitive I think, because the most wide spread > > > >imap servers like Cyrus are. > > > > > > I agree, but I think we should wait until after the release of 2.0 to > > > change this. > > > > That's an important feature to be able to transfer from another imap > > server to dbmail so it's quite important I think? > > > > I've checked the sources. There is only place to change concerning > > database access, it's attached. With that patch I can create mailboxes > > INBOX/Spam and INBOX/spam, I can rename Spam to spam I can select and > > use both mailboxes, copy mails to the boxes and I can delete the > > mailboxes. > > Everything seems to be fine, but can it be that simple? > > It almost certainly is that simple! > > One more thing to double check is string comarisons being done in C. Keep an > eye out for str[n?]casecmp calls that might be mailbox related. I'll check > into it this evening. > > Aaron > > -- > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@dbmail.org > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > --