Re: Gnus sometimes reports new messages but not showing them on IMAP server
Greg Troxel <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Dan Christensen <[email protected]> writes: > On Apr 11, 2024, Xiyue Deng <[email protected]> wrote: > >> I'm having some issues that Gnus sometimes reports that there are new >> messages on an IMAP server but it doesn't show them. > > On Apr 16, 2024, Greg Troxel <[email protected]> wrote: > >> Often, I get a message on my phone that I just leave (marked read) to >> deal with later. Sometimes, maybe 1 in 50, I can't find it in gnus, and >> on looking harder find that it is just not showing up there. > > For both of you, does hitting `M-g' with point on the group in the > *Group* buffer fix things? I will try that, but I have been exiting the group and ^U SPC to re-enter and display all, and when a message has gone missing, I have not even once been able to get gnus to show it. I have exited and restarted gnus, and done "g". > I regularly have similar problems, and I've resorted to binding the > following function to a key: > > (defun jdc-gnus-update-IMAP () > (interactive) > ; Only run this in the group buffer or it corrupts other buffers: > (switch-to-buffer gnus-group-buffer) > (gnus-topic-jump-to-topic "IMAP groups") > (gnus-topic-get-new-news-this-topic) > (gnus-group-list-groups) ; "l", as previous command shows all groups in topic > ) > > I think it's doing the equivalent of `M-g' on all groups in the topic > I have that contains my IMAP groups. For the record, I'm also using > dovecot and k9-mail. Are you saying that "g" in the summary does not allow viewing a missing article, but M-g will? To me, the problem is that these message are somehow invisible, even after multiple attempts to fetch/display them.