Re: deleted DELETE

2007-08-30 Thread David Carter
On Wed, 29 Aug 2007, Ken Murchison wrote: Small bug fix (the p++ line) attached. Good catch. I didn't look at the cyr_expire patch real close, since I assumed Fastmail was using it in production. I know, I know, I shouldn't assume anything and test it myself. Mea culpa. Well, if Bron

Re: deleted DELETE

2007-08-30 Thread David Carter
On Wed, 29 Aug 2007, David Carter wrote: mboxname_isusermailbox() works on internal mailbox names. I don't think that it needs to worry about IMAPOPT_UNIXHIERARCHYSEP. Here's a trivial patch to remove the IMAPOPT_UNIXHIERARCHYSEP stuff. Otherwise mboxname_isusermailbox() is broken when

Re: deleted DELETE

2007-08-29 Thread Bron Gondwana
On Tue, Aug 28, 2007 at 02:47:59PM -0400, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I renamed deleteprefix to deletedprefix. I also removed/modified some of the

Re: deleted DELETE

2007-08-29 Thread David Carter
On Tue, 28 Aug 2007, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I renamed deleteprefix to deletedprefix. I also removed/modified some of the option caching code.

Re: deleted DELETE

2007-08-29 Thread David Carter
On Tue, 28 Aug 2007, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I renamed deleteprefix to deletedprefix. I also removed/modified some of the option caching code.

Re: deleted DELETE

2007-08-29 Thread Ken Murchison
David Carter wrote: On Tue, 28 Aug 2007, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I renamed deleteprefix to deletedprefix. I also removed/modified some of the option

Re: deleted DELETE

2007-08-29 Thread Ken Murchison
David Carter wrote: On Tue, 28 Aug 2007, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I renamed deleteprefix to deletedprefix. I also removed/modified some of the option

Re: deleted DELETE

2007-08-29 Thread Bron Gondwana
On Wed, 29 Aug 2007 12:52:15 -0400, Ken Murchison [EMAIL PROTECTED] said: David Carter wrote: On Tue, 28 Aug 2007, Ken Murchison wrote: I just committed Bron's modified version of David's delayed delete patch, with a few small mods of my own. The only externally visible change is I