From 93e124e05867f43339d7e5ca83f2a0292715297a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 1 May 2021 15:23:49 -0500 Subject: Configure Gnus Cloud This is going to cause a merge conflict later. I've made `gnus-cloud-storage-method' `base64' because work doesn't have GPG or gzip and I don't want to bother downloading them. --- gnus.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnus.el') diff --git a/gnus.el b/gnus.el index 5b9df7d..846966d 100644 --- a/gnus.el +++ b/gnus.el @@ -27,6 +27,11 @@ (nnir-search-engine imap)) (nntp "news.tilde.club"))) +;;; Gnus cloud +(setq gnus-cloud-method "nnimap:fastmail.com" + gnus-cloud-storage-method 'base64 ; Don't always have GPG or gzip + ) + ;;; Gnus subscriptions (setq gnus-options-subscribe (rx (or ;; all alternatives go under this (seq string-start -- cgit 1.4.1-21-gabe81