/[emacs]/emacs/lisp/gnus/spam.el
ViewVC logotype

Diff of /emacs/lisp/gnus/spam.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by kfstorm, Wed Feb 9 15:50:37 2005 UTC revision 1.10 by miles, Thu May 26 15:03:29 2005 UTC
# Line 1  Line 1 
1  ;;; spam.el --- Identifying spam  ;;; spam.el --- Identifying spam
2  ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3    
4  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5  ;; Keywords: network  ;; Keywords: network
# Line 77  Line 77 
77    
78  (defgroup spam nil  (defgroup spam nil
79    "Spam configuration."    "Spam configuration."
80    :version "22.1")    :version "22.1"
81      :group 'mail
82      :group 'news)
83    
84  (defcustom spam-directory (nnheader-concat gnus-directory "spam/")  (defcustom spam-directory (nnheader-concat gnus-directory "spam/")
85    "Directory for spam whitelists and blacklists."    "Directory for spam whitelists and blacklists."
# Line 308  All unmarked article in such group recei Line 310  All unmarked article in such group recei
310      (((class color) (background light))      (((class color) (background light))
311       (:foreground "ivory4"))       (:foreground "ivory4"))
312      (t :inverse-video t))      (t :inverse-video t))
313    "Face for spam-marked articles.")    "Face for spam-marked articles."
314      :group 'spam)
315    
316  (defcustom spam-face 'spam-face  (defcustom spam-face 'spam-face
317    "Face for spam-marked articles."    "Face for spam-marked articles."

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26