(gnus-cite-reply-regexp, gnus-cite-always-check):
authorJesper Harder <harder@ifa.au.dk>
Thu, 30 Jan 2003 02:10:40 +0000 (02:10 +0000)
committerJesper Harder <harder@ifa.au.dk>
Thu, 30 Jan 2003 02:10:40 +0000 (02:10 +0000)
Remove -- these are bogus options which are never used.

lisp/ChangeLog
lisp/gnus-cite.el

index 242d18a..4bf44de 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-30  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
+       Remove -- these are bogus options which are never used.
+
 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-art.el (gnus-article-mode): Use summary tool bar.
index 529535c..f3e53a2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-cite.el --- parse citations in articles for Gnus
 
-;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Per Abhiddenware
   :link '(custom-manual "(gnus)Article Highlighting")
   :group 'gnus-article)
 
-(defcustom gnus-cite-reply-regexp
-  "^\\(Subject: Re\\|In-Reply-To\\|References\\):"
-  "*If headers match this regexp it is reasonable to believe that
-article has citations."
-  :group 'gnus-cite
-  :type 'string)
-
-(defcustom gnus-cite-always-check nil
-  "Check article always for citations.  Set it t to check all articles."
-  :group 'gnus-cite
-  :type '(choice (const :tag "no" nil)
-                (const :tag "yes" t)))
-
 (defcustom gnus-cited-opened-text-button-line-format "%(%{[-]%}%)\n"
   "Format of opened cited text buttons."
   :group 'gnus-cite