When creating new messages, copying messsages, moving messages, or changing that status of messages in the "Local Mailboxes" of Cronos II, whatever changes were made or whatever messages were added are lost after restarting the application. This behavior is identical on both my FreeBSD box and my OpenBSD box.
Logged In: YES
user_id=89214
I think I may have fixed the problem with a few small and simple changes in libcronosII/db-cronosII.c. All I changed was the mode that was getting passed to fopen(). The modes were all correct, except that a few of them contained the letter 't' in the middle of them (like "rt+"). Since this isn't a valid mode I just removed the t and everything else worked like a charm. I hope this is it for this bug....