about summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-06 17:45:57 -0500
committerCase Duckworth2021-05-06 17:45:57 -0500
commitff77f56c21ff54f180e0fbd9e1fe333760faf627 (patch)
treeb3b7e11ee91036ad107b18cc4161630c207f5b3a /gnus.el
parentChange subscription method to use a file (diff)
downloademacs-ff77f56c21ff54f180e0fbd9e1fe333760faf627.tar.gz
emacs-ff77f56c21ff54f180e0fbd9e1fe333760faf627.zip
Configure `gnus-cloud-covered-servers'
I don't think gnus actually 'remembers' these ... possibly they're reset after
it loads >-<
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 3701c70..5fdb08f 100644 --- a/gnus.el +++ b/gnus.el
@@ -31,7 +31,8 @@
31;;; Gnus cloud 31;;; Gnus cloud
32(setq gnus-cloud-method "nnimap:fastmail.com" 32(setq gnus-cloud-method "nnimap:fastmail.com"
33 gnus-cloud-storage-method nil ; Don't always have GPG or gzip 33 gnus-cloud-storage-method nil ; Don't always have GPG or gzip
34 ) 34 gnus-cloud-covered-servers '("nntp:news.tilde.club"
35 "nntp:news.gwene.org"))
35(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data) 36(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data)
36(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data) 37(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data)
37 38