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

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

[elpa] master 3712607 097/187: * smtpmail-async.el: Exclude some vars wh


From: Michael Albinus
Subject: [elpa] master 3712607 097/187: * smtpmail-async.el: Exclude some vars when injecting (#22).
Date: Wed, 30 Dec 2015 11:49:55 +0000

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

    * smtpmail-async.el: Exclude some vars when injecting (#22).
---
 smtpmail-async.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index b1a132c..f3f0b9e 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -52,7 +52,9 @@
         (with-temp-buffer
           (insert ,buf-content)
           ;; Pass in the variable environment for smtpmail
-          ,(async-inject-variables "\\`\\(smtpmail\\|\\(user-\\)?mail\\)-")
+          ,(async-inject-variables
+            "\\`\\(smtpmail\\|\\(user-\\)?mail\\)-"
+            nil 
"\\`\\(mail-header-format-function\\|smtpmail-address-buffer\\|mail-mode-abbrev-table\\)")
           (smtpmail-send-it)))
      `(lambda (&optional ignore)
         (message "Delivering message to %s...done" ,to)))))



reply via email to

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