aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-06-11 12:11:20 -0400
committerRyan Kavanagh <rak@debian.org>2019-06-11 12:11:20 -0400
commitdcf257492e896b2a8d73d8e38e9c348d0426b572 (patch)
treeb7aab3d2c9d1fb3e419406208c0664c71877e21f /.emacs
parentensure elpher (diff)
gnus config
Diffstat (limited to '.emacs')
-rw-r--r--.emacs19
1 files changed, 16 insertions, 3 deletions
diff --git a/.emacs b/.emacs
index f0dc4ec..2cb1c49 100644
--- a/.emacs
+++ b/.emacs
@@ -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