chiark / gitweb /
dot/gnus.el, dot/gnus-local.el.distorted: Gnus Cloud silliness.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:17:36 +0000 (14:17 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:17:50 +0000 (14:17 +0100)
dot/gnus-local.el.distorted
dot/gnus.el

index fae39a315a420c99109dc10e31f3def0d480ece2..0510e7b95c85fc33ed74f637ae0fd78fd04927a0 100644 (file)
@@ -5,7 +5,8 @@
 ;;; (c) 2014 Mark Wooding
 ;;;
 
 ;;; (c) 2014 Mark Wooding
 ;;;
 
-(setq auth-sources '("~/.authinfo.gpg"))
+(setq auth-sources '("~/.authinfo.gpg")
+      gnus-cloud-method "nnimap:distorted")
 
 ;;;--------------------------------------------------------------------------
 ;;; How to send mail.
 
 ;;;--------------------------------------------------------------------------
 ;;; How to send mail.
index ff2210eadb694e1a20ac0a3e3cbb8e3c68b1fd28..2391c486120b00d4074a5cdb67a1c71a98e83179 100644 (file)
@@ -243,6 +243,12 @@ (defun mdw-message-send-it ()
 
 (setq message-send-mail-function 'mdw-message-send-it)
 
 
 (setq message-send-mail-function 'mdw-message-send-it)
 
+;;;--------------------------------------------------------------------------
+;;; Gnus Cloud nonsense.
+
+(setq gnus-cloud-synced-files
+       '((:directory "~/News" :match ".*.SCORE\\'")))
+
 ;;;--------------------------------------------------------------------------
 ;;; Local configuration.
 
 ;;;--------------------------------------------------------------------------
 ;;; Local configuration.