Add slack to #emacs

This commit is contained in:
Colin Powell
2020-03-30 12:12:55 -04:00
parent c30da00325
commit dc6bf20866
3 changed files with 353 additions and 6 deletions

View File

@ -20,6 +20,7 @@
(map!
(:leader
(:prefix "e"
:desc "Send queued mail" "s" #'smtpmail-send-queued-mail
:desc "Open (i)nbox" "i" #'=notmuch
:desc "Open (n)otmuch" "n" #'notmuch
:desc "(C)ompose mail" "c" #'notmuch-mua-new-mail))))
@ -450,6 +451,7 @@ matched."
;;; Setup sending email with msmtp
(setq send-mail-function 'sendmail-send-it
sendmail-program "/usr/local/bin/msmtp"
smtpmail-queue-mail t
mail-specify-envelope-from t
message-sendmail-f-is-evil t
message-sendmail-envelope-from 'header