Configure `gnus-cloud-covered-servers'

I don't think gnus actually 'remembers' these ... possibly they're reset after
it loads >-<
This commit is contained in:
Case Duckworth 2021-05-06 17:45:57 -05:00
parent 70b9039c94
commit ff77f56c21
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
;;; Gnus cloud
(setq gnus-cloud-method "nnimap:fastmail.com"
gnus-cloud-storage-method nil ; Don't always have GPG or gzip
)
gnus-cloud-covered-servers '("nntp:news.tilde.club"
"nntp:news.gwene.org"))
(add-hook 'gnus-started-hook #'gnus-cloud-download-all-data)
(add-hook 'gnus-exit-gnus-hook #'gnus-cloud-upload-all-data)