* Leo (2006-12-22 03:11 +0000) said: ^^^ > .2. > > Opening gnus article link will prompt the user for how many articles > to read, for example if a group has more than 200 > (`gnus-large-ephemeral-newsgroup') articles. This is unnecessary and > obtrusive instead it should just go to that article.
The solution in planner-gnus.el is: ,---- | (let ((gnus-auto-select-first nil)) | (condition-case err | (gnus-fetch-group group planner-gnus-group-threshold) | (error (gnus-fetch-group group)))) `---- The number of articles (`planner-gnus-group-threshold') is explicitly passed to gnus-fetch-group. -- Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F) _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode