summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-email.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-email.el')
-rw-r--r--custom/jao-custom-email.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/custom/jao-custom-email.el b/custom/jao-custom-email.el
index 37c8acb..45fda21 100644
--- a/custom/jao-custom-email.el
+++ b/custom/jao-custom-email.el
@@ -215,23 +215,6 @@
(jao-sendmail-local)
-;;; mailcap
-(use-package mailcap
- :config
- (add-to-list 'mailcap-mime-extensions '(".JPEG" . "image/jpeg"))
- (add-to-list 'mailcap-mime-extensions '(".JPG" . "image/jpeg"))
-
- (defun jao-icalendar-import-buffer ()
- (let ((icalendar-import-format "%s%u%l%d"))
- (icalendar-import-buffer diary-file t nil))
- (kill-buffer)
- (message "Event imported into diary"))
-
- :custom
- ((mailcap-user-mime-data
- '((jao-icalendar-import-buffer "application/ics")
- ("viewpdf.sh %s" "application/pdf")))))
-
;;; multipart html renderer
(defun jao-w3m-html-renderer (handle)
(let ((w3m-message-silent t)