[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gnus/spam.el
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gnus/spam.el |
Date: |
Thu, 26 May 2005 11:03:32 -0400 |
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 <address@hidden>
;; Keywords: network
--- 1,5 ----
;;; spam.el --- Identifying spam
! ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <address@hidden>
;; 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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/gnus/spam.el,
Miles Bader <=