aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Benencia <id@rbenencia.name>2023-02-12 20:29:06 -0800
committerRaul Benencia <id@rbenencia.name>2023-02-12 20:29:06 -0800
commit929cf0ba8de0db69aa9b9e5c90b5bb175d7f57e2 (patch)
tree5a30094ee8989c8dab3fd161ea439cc320e7281b
parent15fb5df14dc98612716596882aaec92ff57d9c25 (diff)
emacs: remove unused mail config
-rw-r--r--.emacs.local.d/config/rul-config-mail.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/.emacs.local.d/config/rul-config-mail.el b/.emacs.local.d/config/rul-config-mail.el
index 143bbc3..240f8be 100644
--- a/.emacs.local.d/config/rul-config-mail.el
+++ b/.emacs.local.d/config/rul-config-mail.el
@@ -1,15 +1 @@
-;; Mutt support.
-(setq auto-mode-alist (append '((".*tmp/mutt.*" . message-mode)) auto-mode-alist))
-(setq auto-mode-alist (append '((".*tmp/neomutt.*" . message-mode)) auto-mode-alist))
-
-;; Hook up `mutt:...` style URLs
-(use-package ol-notmuch :ensure t)
-(org-add-link-type "message" 'org-notmuch-open)
-
-(setq send-mail-function 'sendmail-send-it
- sendmail-program "/usr/bin/msmtp"
- mail-specify-envelope-from t
- message-sendmail-envelope-from 'header
- mail-envelope-from 'header)
-
(provide 'rul-config-mail)
nihil fit ex nihilo