From: Dave Love Date: Sun, 12 Nov 2000 00:57:08 +0000 (+0000) Subject: Fix header, X-Git-Tag: emacs-pretest-21.0.90~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29a69d04a6daa3e2c73122e155713544d5e7457c;p=emacs.git Fix header, (feedmail) : Add :link. --- diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 6ddb0b5e908..f52b8f88201 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/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