Re: Why am I getting duplicate messages on RSS groups?
James Thomas <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Nasser Alkmim wrote: > I tried (add-to-list 'nnrss-ignore-article-fields 'pubDate), and after Are you sure it was done after Gnus and nnrss was loaded? If not, try putting this in ~/.gnus.el: (setq nnrss-ignore-article-fields '(slash:comments pubDate)) --