GNOME Bugzilla – Bug 148063
No message flag upon new mail arrival
Last modified: 2004-12-22 21:47:04 UTC
Select "Display message if new mail has arrived in an open mailbox". When a new mail arrives, no message is raised. I saw this in 2.0.17, and now it is in 2.2.0+yesterday cvs.
Is that in an imap mailbox, or a local mailbox?
IMAP.
I believe the issue is one of synchronicity: Balsa's check is based on a change in the number of new messages before and after a `check' operation. In IMAP mailboxes, new mail is detected asynchronously, so the change is always zero. We should install instead a system where the mailboxes announce the arrival of new mail, and the front end monitors all of them. I'm just not clear how to implement it!
I've committed to cvs a change that fixes this issue for me--could you check it out? Thanks!
Unfortunately, it doesn't fix the problem for me. At the first time I ran balsa I got the new mail message just fine, but ever since I cannot reproduce this event (i.e., I no longer see the new-mail message).
Cvs now has a more radical change, including a watch on closed mailboxes (functional only for local mailboxes, for now). It should notify you more consistently. Let us know what you think!
It works for me. BTW, I'd like to raise an issue related to the placement of the message window, so I'll open another report on that. I'm closing the current bug.