Signal an error if msmtp executable not found for mu4e

This commit is contained in:
Jeremy Dormitzer 2022-04-03 10:48:28 -04:00
parent 68cfb4eb78
commit cb1a0774b0

View File

@ -42,7 +42,7 @@
;; Sending mail
send-mail-function #'message-send-mail-with-sendmail
message-send-mail-function #'message-send-mail-with-sendmail
sendmail-program (executable-find "msmtp")
sendmail-program (or (executable-find "msmtp") (user-error "msmtp executable not found"))
;; Let Gmail handle putting sent messages in the sent folder
mu4e-sent-messages-behavior 'delete
;; Move to trash folder instead of adding trash flag for Gmail mailboxes