chiark / gitweb /
dot/emacs: Persuade Message to use sendmail.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 27 Apr 2011 00:52:41 +0000 (01:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 27 Apr 2011 00:52:41 +0000 (01:52 +0100)
For some reason I caught it trying to do something daft with Chrome.

dot/emacs

index 6d873dd0fd1fdf46c61a3614bc6f3a92ed6575c5..b278d9a613040a45f1e5ffbd20a3e5ea89333785 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq message-signature-separator "^-- \\(\\|\\[mdw\\]\\)$"
       message-yank-prefix "> "
       message-yank-cited-prefix "> "
+      message-send-mail-function 'message-send-mail-with-sendmail
       message-indent-citation-function '(message-indent-citation
                                         mdw-trim-spaces-after-citing))