chiark / gitweb /
dot/emacs: Have Message use the From header as the envelope sender.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 24 Oct 2012 18:57:02 +0000 (19:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 24 Oct 2012 18:57:02 +0000 (19:57 +0100)
Saves messing about with Return-Path for qmail and it works with Exim too.

dot/emacs

index a29ff0be15af21bd2245400bcccbfbc175c00662..d06795de2fbf5c7af6f139c50040e9cb1ffebb0f 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       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))