summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-27 12:09:37 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-27 12:09:37 +0000
commit833ce1af019dd00772be0f90a349d8ca90800159 (patch)
tree03264e04b8ff5b66e8ce3ec4b63c72c23cf4ea0e
parentad161b70c317cc766c6ec42064cb6410136c7905 (diff)
downloadymh-emacs-833ce1af019dd00772be0f90a349d8ca90800159.tar.gz
ymh-emacs-833ce1af019dd00772be0f90a349d8ca90800159.zip
Add gnus configuration
-rw-r--r--gnus.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnus.el b/gnus.el
new file mode 100644
index 0000000..429c704
--- /dev/null
+++ b/gnus.el
@@ -0,0 +1,10 @@
+;; -*- 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)