GNU Emacs 21.0.105 with LEIM. Emacs-21_0_105+LEIM Emacs-21_0_106+LEIM
authortomo <tomo>
Wed, 19 Sep 2001 06:10:09 +0000 (06:10 +0000)
committertomo <tomo>
Wed, 19 Sep 2001 06:10:09 +0000 (06:10 +0000)
mail/feedmail.el
mail/smtpmail.el

index 477a966..2d21c9c 100644 (file)
@@ -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 <bill@bubblegum.net>, <bill@carpenter.ORG>
 ;; 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
index fdc33ac..f57d087 100644 (file)
@@ -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")