diff options
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index a90d9c46578..180e32bee4c 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1657,7 +1657,7 @@ local gurus." (declare-function smtp-via-smtp "ext:smtp" (sender recipients smtp-text-buffer)) (defvar smtp-server) -;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@etl.go.jp> +;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@gnu.org> (defun feedmail-buffer-to-smtp (prepped errors-to addr-listoid) "Function which actually calls smtp-via-smtp to send buffer as e-mail." (feedmail-say-debug ">in-> feedmail-buffer-to-smtp %s" addr-listoid) |