diff options
author | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
commit | dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch) | |
tree | f0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/mail/feedmail.el | |
parent | 2c4e9985922b106389abf659d63d8dd721f2a9bc (diff) | |
parent | 725251094b37727d3acebed22abfb4aa7b9b6592 (diff) | |
download | emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2 emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 35e9f73f8cf..af12417f706 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1619,7 +1619,8 @@ local gurus." (if (null mail-interactive) '("-oem" "-odb"))))) (declare-function smtpmail-via-smtp "smtpmail" - (recipient smtpmail-text-buffer &optional ask-for-password)) + (recipient smtpmail-text-buffer &optional ask-for-password + send-attempts)) (defvar smtpmail-smtp-server) ;; provided by jam@austin.asc.slb.com (James A. McLaughlin); |