From 748636bdf4074cec02f544f0e54230f68339ab75 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 19 Sep 2001 06:10:09 +0000 Subject: [PATCH] GNU Emacs 21.0.105 with LEIM. --- mail/feedmail.el | 3 +++ mail/smtpmail.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/feedmail.el b/mail/feedmail.el index 477a966..2d21c9c 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 @@ -2667,4 +2669,5 @@ been weeded out." (point-marker)))) (provide 'feedmail) + ;;; feedmail.el ends here diff --git a/mail/smtpmail.el b/mail/smtpmail.el index fdc33ac..f57d087 100644 --- a/mail/smtpmail.el +++ b/mail/smtpmail.el @@ -33,7 +33,7 @@ ;; Please add these lines in your .emacs(_emacs) or use customize. ;; ;;(setq send-mail-function 'smtpmail-send-it) ; if you use `mail' -;;(setq message-send-mail-function 'smtpmail-send-it) ; if you use `message' +;;(setq message-send-mail-function 'smtpmail-send-it) ; if you are using Gnus. ;;(setq smtpmail-default-smtp-server "YOUR SMTP HOST") ;;(setq smtpmail-local-domain "YOUR DOMAIN NAME") ;;(setq smtpmail-sendto-domain "YOUR DOMAIN NAME") -- 1.7.10.4