From e2178fd3f770735f942409300876a0d22c470a0d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 12 Apr 2020 23:45:58 -0400 Subject: Assimilate EBDB and move email setup to separate files in lisp/ Gnus for reading, message for writing, and EBDB for contacts. --- lisp/bandali-gnus.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lisp/bandali-gnus.el') diff --git a/lisp/bandali-gnus.el b/lisp/bandali-gnus.el index f3fa118..bb5ea02 100644 --- a/lisp/bandali-gnus.el +++ b/lisp/bandali-gnus.el @@ -408,4 +408,14 @@ https://csclub.uwaterloo.ca/~abandali") (mml-secure-openpgp-encrypt-to-self t) (mml-secure-openpgp-sign-with-sender t)) +(use-package gnus-article-treat-patch + :disabled + :demand + :load-path "lisp/" + :config + ;; note: be sure to customize faces with `:foreground "white"' when + ;; using a theme with a white/light background :) + (setq ft/gnus-article-patch-conditions + '("^@@ -[0-9]+,[0-9]+ \\+[0-9]+,[0-9]+ @@"))) + (provide 'bandali-gnus) -- cgit v1.2.3-83-g751a