emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus.el
Date: Sat, 19 Feb 2005 08:24:18 -0500

Index: emacs/lisp/gnus/gnus.el
diff -c emacs/lisp/gnus/gnus.el:1.38 emacs/lisp/gnus/gnus.el:1.39
*** emacs/lisp/gnus/gnus.el:1.38        Sun Feb 13 08:47:44 2005
--- emacs/lisp/gnus/gnus.el     Sat Feb 19 13:24:15 2005
***************
*** 1819,1829 ****
     :variable gnus-spam-newsgroup-contents
     :variable-default nil
     :variable-document
!    "*Groups in which to automatically mark new articles as spam on
! summary entry.  If non-nil, this should be a list of group name
! regexps that should match all groups in which to do automatic spam
! tagging, associated with a classification (spam, ham, or neither).
! This only makes sense for mail groups."
     :variable-group spam
     :variable-type '(repeat
                    (list :tag "Group contents spam/ham classification"
--- 1819,1830 ----
     :variable gnus-spam-newsgroup-contents
     :variable-default nil
     :variable-document
!    "*Group classification (spam, ham, or neither).  Only
! meaningful when spam.el is loaded.  If non-nil, this should be a
! list of group name regexps associated with a classification for
! each one.  In spam groups, new articles are marked as spam on
! summary entry.  There is other behavior associated with ham and
! no classification when spam.el is loaded - see the manual."
     :variable-group spam
     :variable-type '(repeat
                    (list :tag "Group contents spam/ham classification"
***************
*** 1840,1846 ****
                                  (const :tag "Unclassified" nil)))
     :parameter-document
     "The spam classification (spam, ham, or neither) of this group.
! When a spam group is entered, all unread articles are marked as spam.")
  
    (defvar gnus-group-spam-exit-processor-ifile "ifile"
      "OBSOLETE: The ifile summary exit spam processor.")
--- 1841,1849 ----
                                  (const :tag "Unclassified" nil)))
     :parameter-document
     "The spam classification (spam, ham, or neither) of this group.
! When a spam group is entered, all unread articles are marked as
! spam.  There is other behavior associated with ham and no
! classification when spam.el is loaded - see the manual.")
  
    (defvar gnus-group-spam-exit-processor-ifile "ifile"
      "OBSOLETE: The ifile summary exit spam processor.")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]