diff options
author | fpi | 2020-05-09 13:36:48 +0200 |
---|---|---|
committer | fpi | 2020-05-09 13:50:14 +0200 |
commit | d36b31f33949e6d02e5f2514d74168cbfe0ff636 (patch) | |
tree | ee742600bf507228f068731fd64fdead20adabd2 | |
parent | Setup fancy imap mail splitting (diff) |
Add local nntp server
I use pnntprss to convert rss and atom feeds to nntp
-rw-r--r-- | gnus.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ Load private settings )) )) #+end_src +Add local nntp server +#+begin_src emacs-lisp +(add-to-list 'gnus-secondary-select-methods '(nntp "localhost" 4321)) +#+end_src Sort by newest first #+begin_src emacs-lisp (setq gnus-article-sort-functions '((not gnus-thread-sort-by-date)) |