about summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-25 09:55:45 -0500
committerCase Duckworth2021-05-25 09:55:45 -0500
commit22bdd7715af7a180a47baa4387af15a57f821b6f (patch)
treea2fc82b7e545fe666415330cbbef91eaba81a8c8 /gnus.el
parentFix typo (diff)
downloademacs-22bdd7715af7a180a47baa4387af15a57f821b6f.tar.gz
emacs-22bdd7715af7a180a47baa4387af15a57f821b6f.zip
Subscribe to moar groups with gmane
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el index 6c244d7..8c06855 100644 --- a/gnus.el +++ b/gnus.el
@@ -26,13 +26,15 @@
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 (nntp "news.gwene.org")
30 (nntp "news.gmane.io")))
30 31
31;;; Gnus cloud 32;;; Gnus cloud
32(setq gnus-cloud-method "nnimap:fastmail.com" 33(setq gnus-cloud-method "nnimap:fastmail.com"
33 gnus-cloud-storage-method nil ; Don't always have GPG or gzip 34 gnus-cloud-storage-method nil ; Don't always have GPG or gzip
34 gnus-cloud-covered-servers '("nntp:news.tilde.club" 35 gnus-cloud-covered-servers '("nntp:news.tilde.club"
35 "nntp:news.gwene.org")) 36 "nntp:news.gwene.org"
37 "nntp:news.gmane.io"))
36(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data) 38(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data)
37(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data) 39(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data)
38 40