emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master addec5e 102/187: * smtpmail-async.el (async-smtpmail-send-


From: Michael Albinus
Subject: [elpa] master addec5e 102/187: * smtpmail-async.el (async-smtpmail-send-it): Inject the value of auth-sources (#22)
Date: Wed, 30 Dec 2015 11:49:57 +0000

branch: master
commit addec5ed09b048b639390a183ab4cf2df83e72cd
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * smtpmail-async.el (async-smtpmail-send-it): Inject the value of 
auth-sources (#22)
---
 smtpmail-async.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index c5a9fac..f71dcbe 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -56,7 +56,7 @@
           (set-buffer-multibyte nil)
           ;; Pass in the variable environment for smtpmail
           ,(async-inject-variables
-            "\\`\\(smtpmail\\|async-smtpmail\\|\\(user-\\)?mail\\)-"
+            
"\\`\\(smtpmail\\|async-smtpmail\\|\\(user-\\)?mail\\)-\\|auth-sources"
             nil 
"\\`\\(mail-header-format-function\\|smtpmail-address-buffer\\|mail-mode-abbrev-table\\)")
           (run-hooks 'async-smtpmail-before-send-hook)
           (smtpmail-send-it)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]