From: Mark Wooding Date: Wed, 24 Oct 2012 18:57:02 +0000 (+0100) Subject: dot/emacs: Have Message use the From header as the envelope sender. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/f646ea77a485172601653f169440bc3d2006a70d?hp=20f18905c318521d93fd81875e707309d1206762 dot/emacs: Have Message use the From header as the envelope sender. Saves messing about with Return-Path for qmail and it works with Exim too. --- diff --git a/dot/emacs b/dot/emacs index a29ff0b..d06795d 100644 --- a/dot/emacs +++ b/dot/emacs @@ -144,6 +144,7 @@ message-yank-prefix "> " message-yank-cited-prefix "> " message-send-mail-function 'message-send-mail-with-sendmail + message-sendmail-envelope-from 'header message-indent-citation-function '(message-indent-citation mdw-trim-spaces-after-citing))