Don't continue checking mail in the other folders when a local folder
was removed, it causes a crash on startup.
There is still a bug that local folders are removed erroneously because
their ImapPath somehow become empty, but at least they can be recovered
with Refresh Folder List now.
And as the crash is gone, I consider the bug fixed
svn path=/trunk/KDE/kdepim/; revision=645167
boolok=imapFolder->processNewMail(interactive);// this removes the local kmfolderimap if its imapPath is somehow empty, and removing it calls createFolderList, invalidating mMailCheckFolders, and causing a crash