From 038c3d10d1e464ab01bf1fa11a8d0783960ad6cd Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Thu, 9 Feb 2023 20:18:23 -0500
Subject: cleanup some gnus config

---
 dot_emacs.tmpl | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl
index ab566e9..91ea3e6 100644
--- a/dot_emacs.tmpl
+++ b/dot_emacs.tmpl
@@ -346,8 +346,6 @@ Extended Format date in the date field and return it as a string obeing
   (gnus-home-score-file "gnus.SCORE")
   (gnus-secondary-select-methods
    '((nntp "news.gmane.io")
-     ; (nntp "news.eternal-september.org")
-     ; (nntp "nntp.olduse.net")
      (nnimap "imap.rak.ac")
      (nnimap "mail.cs.mcgill.ca")
      (nntp "tilde.team"
@@ -370,11 +368,11 @@ Extended Format date in the date field and return it as a string obeing
   (gnus-cloud-storage-method 'base64)
   (gnus-update-message-archive-method t)
   (gnus-message-archive-method
-	'(nnfolder "archive" ; this gets included in the server buffer
-	       (nnfolder-inhibit-expiry t)
-	       (nnfolder-get-new-mail nil)
-	       (nnfolder-active-file "~/News/sent/active")
-	       (nnfolder-directory   "~/News/sent")))
+   '(nnfolder "archive" ; this gets included in the server buffer
+	      (nnfolder-inhibit-expiry t)
+	      (nnfolder-get-new-mail nil)
+	      (nnfolder-active-file "~/News/sent/active")
+	      (nnfolder-directory   "~/News/sent")))
   (gnus-check-new-newsgroups nil)
   (gnus-group-line-format "%M%S%p%P%5y:%B%(%G%) %z\n")
   (gnus-topic-display-empty-topics nil)
-- 
cgit v1.2.3