diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-11 12:11:20 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-11 12:11:20 -0400 |
commit | dcf257492e896b2a8d73d8e38e9c348d0426b572 (patch) | |
tree | b7aab3d2c9d1fb3e419406208c0664c71877e21f /.emacs | |
parent | ensure elpher (diff) |
gnus config
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -115,9 +115,22 @@ (nntp-via-rlogin-command "ssh") (nntp-via-rlogin-command-switches ("-C")) (nntp-open-connection-function nntp-open-via-rlogin-and-netcat))) - :config - (add-to-list gnus-secondary-select-methods - '(nntp "news.gmane.org"))) + (gnus-home-score-file "gnus.SCORE") + (gnus-secondary-select-methods + '((nntp "news.gmane.org") + (nntp "news.eternal-september.org") + (nntp "nntp.olduse.net"))) + (message-citation-line-function 'message-insert-formatted-citation-line) + (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"))) + (gnus-check-new-newsgroups nil) + :hook + (message-send . gnus-score-followup-article)) (use-package haskell-mode :ensure t |