about summary refs log tree commit diff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el2
1 files changed, 2 insertions, 0 deletions
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 ;;;