summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-gnus.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2021-05-15 20:39:20 -0400
committerAmin Bandali <bandali@gnu.org>2021-05-15 20:39:20 -0400
commita0e241c4c77ca92e5b3757e6422267a4e86e476e (patch)
tree87e378190163574b671f5e22a80a8794db92712b /.emacs.d/lisp/bandali-gnus.el
parent8d039a87cead82fc24394089a038e31f421977f6 (diff)
downloadconfigs-a0e241c4c77ca92e5b3757e6422267a4e86e476e.tar.gz
configs-a0e241c4c77ca92e5b3757e6422267a4e86e476e.tar.xz
configs-a0e241c4c77ca92e5b3757e6422267a4e86e476e.zip
remove some long-unused vestigial bits and pieces
Diffstat (limited to '')
-rw-r--r--.emacs.d/lisp/bandali-gnus.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el
index d26e4f9..89da030 100644
--- a/.emacs.d/lisp/bandali-gnus.el
+++ b/.emacs.d/lisp/bandali-gnus.el
@@ -345,9 +345,6 @@ jami:bandali")
(with-eval-after-load 'gnus-dired
(add-hook 'dired-mode-hook 'gnus-dired-mode))
-;; (with-eval-after-load 'gnus-utils
-;; (csetq gnus-completing-read-function 'gnus-ido-completing-read))
-
(with-eval-after-load 'mm-decode
(csetq mm-discouraged-alternatives '("text/html" "text/richtext")
mm-decrypt-option 'known
@@ -363,11 +360,5 @@ jami:bandali")
(csetq mml-secure-openpgp-encrypt-to-self t
mml-secure-openpgp-sign-with-sender t))
-;; (require 'gnus-article-treat-patch)
-;; ;; 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)
;;; bandali-gnus.el ends here