From 220090d2549eb88aa4b6748426e0b70cc0ee8d8f Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Fri, 14 Jan 2022 17:19:54 -0800 Subject: doom: import configuration from telegraph --- gnus.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gnus.el (limited to 'gnus.el') diff --git a/gnus.el b/gnus.el new file mode 100644 index 0000000..39a872f --- /dev/null +++ b/gnus.el @@ -0,0 +1,8 @@ +;;; gnus.el -*- lexical-binding: t; -*- + +(load! "gnus-article-treat-patch") +(require 'gnus-article-treat-patch) +(add-to-list 'gnus-article-patch-conditions "^@@ -[0-9]+,[0-9]+ \\+[0-9]+,[0-9]+ @@") + +(setq gnus-select-method '(nnnil "") + gnus-secondary-select-methods '((nnmaildir "Maildir" (directory "/home/terin/.nnmaildir")))) -- cgit v1.2.3