On Fri, 3 Oct 2003 13:31:02 +0200 (Romance Daylight Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
> Ok, I see. So this is unrelated to 798, right? Yes, it's unrelated. > This is what I don't understand: you can forget to set "cancelled" flag but > this should result in an extra error message, it shouldn't result in > messages being deleted. I.e. if a real error occurs, messages wouldn't be > deleted, so why were they if the operation was cancelled? The "cancelled" flag is the same as error flag. There was just break out of the loop, but the loop was followed by returning failure indicator, which was still clear at that point, because it would be set only if appending message to folder failed. If there was return false instead of break, it won't happen. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
