From: tomo Date: Wed, 19 Sep 2001 10:31:49 +0000 (+0000) Subject: Sync up with Emacs-21_0_105+LEIM. X-Git-Tag: Emacs-21_0_105-LEMI-1_14-0 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee34c0116a4dc3bb85839df0622cd231a8e53b3d;p=elisp%2Flemi.git Sync up with Emacs-21_0_105+LEIM. --- 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")