From ff77f56c21ff54f180e0fbd9e1fe333760faf627 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 6 May 2021 17:45:57 -0500 Subject: [PATCH] Configure `gnus-cloud-covered-servers' I don't think gnus actually 'remembers' these ... possibly they're reset after it loads >-< --- gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnus.el b/gnus.el index 3701c70..5fdb08f 100644 --- a/gnus.el +++ b/gnus.el @@ -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)