summaryrefslogtreecommitdiffstats
path: root/gnus.el
blob: 1b80c3fff6b0b280925782e01a8ef308481bd65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; -*- lexical-binding: t; -*-

(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
      '((nntp "news.gwene.org")
        (nnmaildir "mailbox"
		           (directory "~/mail-gnus/mailbox"))))

(setq mm-text-html-renderer 'gnus-w3m)
(setq gnus-inhibit-images nil)

(setq gnus-asynchronous t)
(setq gnus-use-cache t)
(setq gnus-use-header-prefetch t)