AmigaPhil - 2009-12-26

(Another weird thing...)

I suspected that this problem could be due to the fact that MAILMOVE change the current folder to destfolder.
So, for testing, I've added the following two lines:
-----
'FOLDERINFO STEM 'testfold.
SAY testfold.name
-----
just after the MAILMOVE command.

Not only testfold.name proved that the current folder was still the right one (in the test: Incoming),
BUT ALL THE MAILS WERE PROCESSED TO THE END, the problem with MAILINFO not returning anything was gone ?!?

How can this be that FOLDERINFO "fixed" it ?