Re: Why am I getting duplicate messages on RSS groups?
Nasser Alkmim <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
James Thomas <[email protected]> writes: > 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)) I have it in a use-package declaration that expands to: (eval-after-load 'nrss '(progn (add-to-list 'nnrss-ignore-article-fields 'pubDate) t)) I also tried in a ~/.gnus.el, but the same behavior persists. -- Nasser Alkmim +43 677 6408 9171