From e6395174b102c401b4d8452c926cc4003049bdf9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 18 Jun 2024 14:17:36 +0100 Subject: [PATCH] dot/gnus.el, dot/gnus-local.el.distorted: Gnus Cloud silliness. --- dot/gnus-local.el.distorted | 3 ++- dot/gnus.el | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dot/gnus-local.el.distorted b/dot/gnus-local.el.distorted index fae39a3..0510e7b 100644 --- a/dot/gnus-local.el.distorted +++ b/dot/gnus-local.el.distorted @@ -5,7 +5,8 @@ ;;; (c) 2014 Mark Wooding ;;; -(setq auth-sources '("~/.authinfo.gpg")) +(setq auth-sources '("~/.authinfo.gpg") + gnus-cloud-method "nnimap:distorted") ;;;-------------------------------------------------------------------------- ;;; How to send mail. diff --git a/dot/gnus.el b/dot/gnus.el index ff2210e..2391c48 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -244,6 +244,12 @@ right thing." (setq message-send-mail-function 'mdw-message-send-it) ;;;-------------------------------------------------------------------------- +;;; Gnus Cloud nonsense. + +(setq gnus-cloud-synced-files + '((:directory "~/News" :match ".*.SCORE\\'"))) + +;;;-------------------------------------------------------------------------- ;;; Local configuration. ;; Fetching news from the local news server seems sensible. -- 2.11.0