summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-gnus.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-12 23:45:58 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-12 23:45:58 -0400
commite2178fd3f770735f942409300876a0d22c470a0d (patch)
treedddd2d5692ec5b269035663d09b23b9997b0c600 /lisp/bandali-gnus.el
parent54ece29f6b032e18e6b8a60ddf00f2c2fa23bb98 (diff)
downloadconfigs-e2178fd3f770735f942409300876a0d22c470a0d.tar.gz
configs-e2178fd3f770735f942409300876a0d22c470a0d.tar.xz
configs-e2178fd3f770735f942409300876a0d22c470a0d.zip
Assimilate EBDB and move email setup to separate files in lisp/
Gnus for reading, message for writing, and EBDB for contacts.
Diffstat (limited to 'lisp/bandali-gnus.el')
-rw-r--r--lisp/bandali-gnus.el10
1 files changed, 10 insertions, 0 deletions
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)