moveTo() not working

Raul Dias <[email protected]> Mon, 30 May 2005 20:27:14 -0300
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
Hi,

I open (from the same Manager) two distincts mailboxes (mbox files)
with create => 1 and access => 'rw'.

If I move every message from one mailbox to another I get both mailboxes
empty (the destintion mailbox was empty in the first place).

OTOH, if I copyTo() and delete() every message message I get the
expected result:  The original mailbox is empty and the second has the
messages.

Is there anything that makes moveTo not work as expect? am I missing
something?


Regards,


Raul Dias