Signal an error if msmtp executable not found for mu4e
This commit is contained in:
parent
68cfb4eb78
commit
cb1a0774b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user