chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ed6cc
)
dot/emacs: Set up autoloads for mail-sending functions.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 11 May 2016 20:07:11 +0000
(21:07 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 11 May 2016 20:07:11 +0000
(21:07 +0100)
For some reason, Emacs doesn't set one up for `sendmail-send-it' by
default. WTF?
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 0181bd00116bb6b7ae5ad3bc7f687ec4482c7ed3..9bb23b2dfb287fbcdeac93d39b9b99a0346fc2aa 100644
(file)
--- a/
dot/emacs
+++ b/
dot/emacs
@@
-172,6
+172,8
@@
send-mail-function 'sendmail-send-it
mail-interactive t
sendmail-error-reporting-interactive '("-odb" "-oee"))
+(autoload 'sendmail-send-it "sendmail")
+(autoload 'smtpmail-send-it "smtpmail")
(setq mail-user-agent 'message-user-agent
read-mail-command 'gnus)