GNOME Bugzilla – Bug 778069
UI not updated after IMAP NOTIFY notifications
Last modified: 2017-02-06 18:59:33 UTC
With e-d-s and evo 3.22.3 against a IMAP NOTIFY capable server with the appropriate configuration selected, the debug output from CAMEL_DEBUG=imapx:io starts to see notifications of new mails with new Unseen counts, but the evolution UI still doesn't update in any way until the folder is entered; the unread count stays the old and everything. camel_imapx_store_emit_mailbox_updated and imapx_store_mailbox_updated get called and all (finds the relevant mailbox), but somewhere before it reaches UI it seems to get lost.
Thanks for a bug report. I can confirm this. The below change fixes it. Created commit b54373d in eds master (3.23.90+) Created commit 5d830ed in eds gnome-3-22 (3.22.5+)