GNOME Bugzilla – Bug 59764
Fatal error! Could not reopen mailbox!
Last modified: 2009-08-15 18:40:50 UTC
I'm getting this in the Information window, from mbox_sync_mailbox, when checking mail with mail to be downloaded from a POP3 server. Couldn't get bug-buddy to produce a stack trace, but gdb gave this:
+ Trace 9107
The problem is that ctx->path is null, but I can't figure out why tonight! Peter
I think this is related (once again) to imap servers forcing logout and we not noticing. Then it gets into a weird state :\
You're fetching pop3 to an imap mailbox ? Are you getting leftover /tmp/pop* files with messages ?
Could it be caused by closing an unlinked mailbox ? In mailbox_pop3.c, try to remove the unlink() calls (or move mailbox_close to before them)
The Melanie Thielker's patch is in CVS. This should hopefully fix the problem. Confirmation would be appreciated.
No further problems of this sort are known. I mark the problem as resolved.
balsa-1.2.2 released, closing the report.