Hi people,
For some reason, gnus is not marking emails as read just for gmail accounts, i tried with the simplest configuration in my .gnus putting:
(add-to-list 'gnus-secondary-select-methods '(nnimap "gmail"but it does not work properly. Also I am following GnusGmail tutorial from emacswiki:
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
g
does gnus-group-get-new-news
in group mode.
This doesn’t seem to work completely correctly: it may report incorrect
numbers of unread messages in each group after an update. Only g
(or M-g
)
didn’t work with the normal configuration. I have seen that Gmail
starts working perfectly in Gnus after you disable Gnus Agent, with
(setq gnus-agent nil). It seems that gnus-agent and nnimap don’t play
well together.
A less drastic solution is to only disable gnus-agent for Gmail. Go to the server buffer with ^
and disable the agent for Gmail with J r
.