summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-03 15:10:45 -0500
committerCase Duckworth2021-05-03 15:10:45 -0500
commiteaf4eb54085fbe5134663e6f2413c700328ae0b3 (patch)
treec890dd1c24b65dedd0cc9089f92198ceffa5fd7e /gnus.el
parentAdd hooks to download and upload gnus data to the cloud (diff)
downloademacs-eaf4eb54085fbe5134663e6f2413c700328ae0b3.tar.gz
emacs-eaf4eb54085fbe5134663e6f2413c700328ae0b3.zip
Add Gwene
I still need to import my OPML using one of these:

- https://wpc.io/blog/posts/bulk-import-rss-feeds-to-gnus-via-gwene.html
- http://gwene.org/opml.php

... when I get home.
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnus.el b/gnus.el index eacce0f..e3a0f49 100644 --- a/gnus.el +++ b/gnus.el
@@ -25,7 +25,8 @@
25 (nnimap-server-port 993) 25 (nnimap-server-port 993)
26 (nnimap-stream ssl) 26 (nnimap-stream ssl)
27 (nnir-search-engine imap)) 27 (nnir-search-engine imap))
28 (nntp "news.tilde.club"))) 28 (nntp "news.tilde.club")
29 (nntp "news.gwene.org")))
29 30
30;;; Gnus cloud 31;;; Gnus cloud
31(setq gnus-cloud-method "nnimap:fastmail.com" 32(setq gnus-cloud-method "nnimap:fastmail.com"