summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-06 20:17:20 +0100
committerjao <jao@gnu.org>2022-08-06 20:17:20 +0100
commitb889be5a91b968d8364152e6691d5b08757fefe9 (patch)
treee6928ef8b8c48748b3ac3bf83f2f7aec2770703f /custom/jao-custom-email.el
parent60a3242c244766bedba491e1fc1365c4188aa132 (diff)
downloadelibs-b889be5a91b968d8364152e6691d5b08757fefe9.tar.gz
elibs-b889be5a91b968d8364152e6691d5b08757fefe9.tar.bz2
nits
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index a7fc8e0..e8aa863 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -215,25 +215,6 @@
(jao-sendmail-local)
-;;; multipart html renderer
-(defun jao-w3m-html-renderer (handle)
- (let ((w3m-message-silent t)
- (mm-w3m-safe-url-regexp nil))
- (condition-case nil
- (mm-inline-text-html-render-with-w3m handle)
- (error (delete-region (point) (point-max))
- (let ((shr-use-fonts nil)
- (shr-use-colors nil))
- (mm-shr handle))))))
-
-(defun jao-shr-html-renderer (handle)
- (let ((fill-column nil)
- (shr-width fill-column))
- (mm-shr handle)))
-
-;; (setq mm-text-html-renderer #'jao-w3m-html-renderer)
-(setq mm-text-html-renderer #'jao-shr-html-renderer)
-
;;; bbdb
(use-package bbdb
:ensure t