branch: master
commit 73d8920c0fae1bca23189eb057ed0ee9106914ea
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * smtpmail-async.el: Revert previous change (catch).
---
 smtpmail-async.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index d01b406..76a9fb5 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -56,8 +56,7 @@
           ,(async-inject-variables
             "\\`\\(smtpmail\\|\\(user-\\)?mail\\)-"
             nil 
"\\`\\(mail-header-format-function\\|smtpmail-address-buffer\\|mail-mode-abbrev-table\\)")
-          (catch 'done
-            (smtpmail-send-it))))
+          (smtpmail-send-it)))
      `(lambda (&optional ignore)
         (message "Delivering message to %s...done" ,to)))))
 

Reply via email to