[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 9f038b4 112/187: * smtpmail-async.el: require message to s
From: |
Michael Albinus |
Subject: |
[elpa] master 9f038b4 112/187: * smtpmail-async.el: require message to shutup byte compiler. |
Date: |
Wed, 30 Dec 2015 11:50:02 +0000 |
branch: master
commit 9f038b4cc8a372c2ea93466b36dbea5d09fc7f61
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>
* smtpmail-async.el: require message to shutup byte compiler.
---
smtpmail-async.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/smtpmail-async.el b/smtpmail-async.el
index d7a8fa6..f77ef5a 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -40,6 +40,7 @@
(require 'async)
(require 'smtpmail)
+(require 'message)
(defvar async-smtpmail-before-send-hook nil
"Hook running in the child emacs in `async-smtpmail-send-it'.
- [elpa] master 1c54de3 091/187: * README.md: Update., (continued)
- [elpa] master 1c54de3 091/187: * README.md: Update., Michael Albinus, 2015/12/30
- [elpa] master f48fe54 099/187: * smtpmail-async.el: Try to catch 'done to not exit when smtpmail-via-smtp is recalled (#22)., Michael Albinus, 2015/12/30
- [elpa] master 85cedab 085/187: * async-file.el: Removed., Michael Albinus, 2015/12/30
- [elpa] master addec5e 102/187: * smtpmail-async.el (async-smtpmail-send-it): Inject the value of auth-sources (#22), Michael Albinus, 2015/12/30
- [elpa] master cca41ed 106/187: * README.md: Fix typo., Michael Albinus, 2015/12/30
- [elpa] master fe319a7 101/187: * smtpmail-async.el (async-smtpmail-before-send-hook): New hook that run on child emacs before sending., Michael Albinus, 2015/12/30
- [elpa] master b962cbf 105/187: Merge pull request #32 from Trevoke/patch-1, Michael Albinus, 2015/12/30
- [elpa] master ed0202f 109/187: fix #33 async-start evals (symbol-file 'async-batch-invoke 'defun) at compile time, Michael Albinus, 2015/12/30
- [elpa] master f81ff95 108/187: Remove version number in all files., Michael Albinus, 2015/12/30
- [elpa] master 79e6110 113/187: Add comments, no--code-change., Michael Albinus, 2015/12/30
- [elpa] master 9f038b4 112/187: * smtpmail-async.el: require message to shutup byte compiler.,
Michael Albinus <=
- [elpa] master 73d8920 100/187: * smtpmail-async.el: Revert previous change (catch)., Michael Albinus, 2015/12/30
- [elpa] master c52a60f 115/187: Merge pull request #34 from michael-heerdegen/fix-33, Michael Albinus, 2015/12/30
- [elpa] master 1c35023 114/187: * async.el: Fix comment., Michael Albinus, 2015/12/30
- [elpa] master 4db2273 111/187: * async-bytecomp.el: Revert previous change in package--compile., Michael Albinus, 2015/12/30
- [elpa] master a6d9541 117/187: * async-bytecomp.el: Use only load., Michael Albinus, 2015/12/30
- [elpa] master 8e880a5 116/187: * smtpmail-async.el: Add code section no code-change., Michael Albinus, 2015/12/30
- [elpa] master 1f813ba 118/187: * async-bytecomp.el: Fix comment., Michael Albinus, 2015/12/30
- [elpa] master 6d4e1a5 119/187: Merge branch 'master' of github.com:jwiegley/emacs-async, Michael Albinus, 2015/12/30
- [elpa] master 8cfde3d 121/187: * async-bytecomp.el: Add comment., Michael Albinus, 2015/12/30
- [elpa] master 9b835e3 123/187: * async-bytecomp.el: Send errors in single buffer (#36)., Michael Albinus, 2015/12/30