Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Refresh summary buffer in gnus

Tags:

emacs

gnus

When I'm reading messages in gnus I would like to have new messages show up dynamically in my *Summary* buffer as they arrive. Currently I have to go back to the *Group* buffer and then select INBOX again... Is there a way to refresh the *Summary* buffer without going back to *Group*?

like image 215
mgalgs Avatar asked Aug 16 '12 18:08

mgalgs


2 Answers

Use / N, in the Summary buffer, that is, gnus-summary-insert-new-articles.

like image 104
rvf0068 Avatar answered Oct 24 '22 03:10

rvf0068


What you want to do is M-g I think. It will get ride of the deleted articles. This shortcut is bound to gnus-summary-rescan-group.

Basically it will exit the group, ask for new articles then select the group again.

like image 6
Bounga Avatar answered Oct 24 '22 03:10

Bounga