diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:18:23 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 20:18:23 -0500 |
commit | 038c3d10d1e464ab01bf1fa11a8d0783960ad6cd (patch) | |
tree | 4084c4e515a072370b9d792c8c38ea24164f1ffa | |
parent | ugh (diff) |
cleanup some gnus config
-rw-r--r-- | dot_emacs.tmpl | 12 |
1 files 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) |