From 66009d6a2e5ce41287b8f4212ab77cb1746e8eff Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 25 Oct 2022 13:46:57 +0000 Subject: modules/emacs: use From header for envelope sender --- modules/workstation/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/workstation/emacs/init.el') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 952b8a887fb9..7b09244e1089 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -245,6 +245,8 @@ point." ;;; sendmail ;;; ;; Use the system "sendmail" program to send mail. +(setq mail-envelope-from 'header) +(setq mail-specify-envelope-from t) (setq send-mail-function 'sendmail-send-it) ;;; Term ;;; -- cgit 1.4.1