# HG changeset patch # User Dave Love # Date 973990628 0 # Node ID 82e71ffbac9449c4cdb4af8692bb820342c61ffc # Parent d4a37dfbba9d3bfcf1032e7502fd63ea56005f47 Fix header, (feedmail) : Add :link. diff -r d4a37dfbba9d -r 82e71ffbac94 lisp/mail/feedmail.el --- a/lisp/mail/feedmail.el Sun Nov 12 00:53:35 2000 +0000 +++ b/lisp/mail/feedmail.el Sun Nov 12 00:57:08 2000 +0000 @@ -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