From: handa Date: Tue, 21 Nov 2000 02:26:08 +0000 (+0000) Subject: 2000.11.21 X-Git-Tag: D20001121 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=67a1a74accf3dc9a47b2a82f6ae57d048e36e26b;hp=-c;p=elisp%2Flemi.git 2000.11.21 --- 67a1a74accf3dc9a47b2a82f6ae57d048e36e26b diff --git a/mail/feedmail.el b/mail/feedmail.el index 6ddb0b5..f52b8f8 100644 --- a/mail/feedmail.el +++ b/mail/feedmail.el @@ -1,6 +1,11 @@ ;;; feedmail.el --- assist other email packages to massage outgoing messages ;;; This file is in the public domain. +;; Author: Bill Carpenter , +;; Version: 8 +;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft +;; X-URL: + ;;; Commentary: ;; A replacement for parts of Emacs' sendmail.el (specifically, @@ -19,10 +24,6 @@ ;; this specific piece of code. No warranty or promise of support is ;; offered. This code is hereby released into the public domain. -;; Author: Bill Carpenter , -;; Version: 8 -;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft -;; Where: ;; Thanks: My thanks to the many people who have sent me suggestions ;; and fixes over time, as well as those who have tested many beta ;; iterations. Some are cited in comments in code fragments below, @@ -302,6 +303,7 @@ (defgroup feedmail nil "Assist other email packages to massage outgoing messages." + :link (url-link "http://www.carpenter.org/feedmail/feedmail.html") :group 'mail) (defgroup feedmail-misc nil