aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/mail.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.local.d/mail.el')
-rw-r--r--.emacs.local.d/mail.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/.emacs.local.d/mail.el b/.emacs.local.d/mail.el
deleted file mode 100644
index cee35a5..0000000
--- a/.emacs.local.d/mail.el
+++ /dev/null
@@ -1,13 +0,0 @@
-;; 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)
nihil fit ex nihilo