From ee34c0116a4dc3bb85839df0622cd231a8e53b3d Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 19 Sep 2001 10:31:49 +0000 Subject: [PATCH] Sync up with Emacs-21_0_105+LEIM. --- mail/feedmail.el | 3 +++ mail/smtpmail.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/feedmail.el b/mail/feedmail.el index dcff42b..f02c2f1 100644 --- a/mail/feedmail.el +++ b/mail/feedmail.el @@ -1,6 +1,8 @@ ;;; feedmail.el --- assist other email packages to massage outgoing messages ;;; This file is in the public domain. +;; This file is part of GNU Emacs. + ;; Author: Bill Carpenter , ;; Version: 8 ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft @@ -2675,4 +2677,5 @@ been weeded out." (point-marker)))) (provide 'feedmail) + ;;; feedmail.el ends here diff --git a/mail/smtpmail.el b/mail/smtpmail.el index 91077b8..6a6bd59 100644 --- a/mail/smtpmail.el +++ b/mail/smtpmail.el @@ -28,7 +28,8 @@ ;; Please add these lines in your .emacs(_emacs). ;; -;;(setq send-mail-function 'smtpmail-send-it) +;;(setq send-mail-function 'smtpmail-send-it) ; if you use `mail' +;;(setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus. ;;(setq smtp-default-server "YOUR SMTP HOST") ;;(setq smtp-service "smtp") ;;(setq smtp-local-domain "YOUR DOMAIN NAME") -- 1.7.10.4