Following gnus links: Don't mark unrelated articles read
commite5101717fab4a1eb12afbdad5ffbfa659134bc63
authorMatt Lundin <mdl@imapmail.org>
Sun, 22 Apr 2012 16:23:19 +0000 (22 11:23 -0500)
committerBastien Guerry <bzg@altern.org>
Mon, 23 Apr 2012 07:18:52 +0000 (23 09:18 +0200)
treef09dae5b2f43cc490bbfc0cfdffa467a92811c84
parente9dec29bb12fbcfc3674395bb34b104b55a29d0e
Following gnus links: Don't mark unrelated articles read

* lisp/org-gnus.el: (org-gnus-follow-link): Fix argument to
  gnus-group-read-group so that following a link does not result in
  unread article being selected.

The NO-ARTICLE argument to gnus-group-read-group should be t.
Otherwise org-gnus-follow-link selects the most unread article in a
group before selecting the linked article. This results in unread
articles being unread (which can cause one to miss important mail).
lisp/org-gnus.el