From 67a1a74accf3dc9a47b2a82f6ae57d048e36e26b Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Nov 2000 02:26:08 +0000 Subject: [PATCH] 2000.11.21 --- mail/feedmail.el | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 1.7.10.4