Index: emacs/lisp/gnus/spam.el
diff -c emacs/lisp/gnus/spam.el:1.9 emacs/lisp/gnus/spam.el:1.10
*** emacs/lisp/gnus/spam.el:1.9 Wed Feb  9 15:50:37 2005
--- emacs/lisp/gnus/spam.el     Thu May 26 15:03:29 2005
***************
*** 1,5 ****
  ;;; spam.el --- Identifying spam
! ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <[EMAIL PROTECTED]>
  ;; Keywords: network
--- 1,5 ----
  ;;; spam.el --- Identifying spam
! ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <[EMAIL PROTECTED]>
  ;; Keywords: network
***************
*** 77,83 ****
  
  (defgroup spam nil
    "Spam configuration."
!   :version "22.1")
  
  (defcustom spam-directory (nnheader-concat gnus-directory "spam/")
    "Directory for spam whitelists and blacklists."
--- 77,85 ----
  
  (defgroup spam nil
    "Spam configuration."
!   :version "22.1"
!   :group 'mail
!   :group 'news)
  
  (defcustom spam-directory (nnheader-concat gnus-directory "spam/")
    "Directory for spam whitelists and blacklists."
***************
*** 308,314 ****
      (((class color) (background light))
       (:foreground "ivory4"))
      (t :inverse-video t))
!   "Face for spam-marked articles.")
  
  (defcustom spam-face 'spam-face
    "Face for spam-marked articles."
--- 310,317 ----
      (((class color) (background light))
       (:foreground "ivory4"))
      (t :inverse-video t))
!   "Face for spam-marked articles."
!   :group 'spam)
  
  (defcustom spam-face 'spam-face
    "Face for spam-marked articles."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to