branch: externals/async
commit e1a37354c38374ad364756ec3db7c77e9d4798af
Merge: e5e636c 6c9c3a2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Merge branch 'master' of github.com:jwiegley/emacs-async
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e55e13c..542ad17 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,8 @@ Set it to `'(all)` to be sure you will compile all packages
asynchronously.
## Send mails asynchronously with smtp mail async
-To enable this feature, ensure smtp-mail-async.el is loaded and use
+To enable this feature, ensure smtp-mail-async.el is loaded and use
+
`(setq message-send-mail-function 'async-smtpmail-send-it)`.
WARNINGS: