/[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.7 by miles, Tue Dec 7 21:56:39 2004 UTC revision 1.8 by miles, Fri Jan 7 06:16:20 2005 UTC
# Line 298  All unmarked article in such group recei Line 298  All unmarked article in such group recei
298    :type '(radio (const nil) regexp)    :type '(radio (const nil) regexp)
299    :group 'spam)    :group 'spam)
300    
301  (defcustom spam-face 'gnus-splash-face  (defface spam-face
302      '((((class color) (type tty) (background dark))
303         (:foreground "gray80" :background "gray50"))
304        (((class color) (type tty) (background light))
305         (:foreground "gray50" :background "gray80"))
306        (((class color) (background dark))
307         (:foreground "ivory2"))
308        (((class color) (background light))
309         (:foreground "ivory4"))
310        (t :inverse-video t))
311      "Face for spam-marked articles.")
312    
313    (defcustom spam-face 'spam-face
314    "Face for spam-marked articles."    "Face for spam-marked articles."
315    :type 'face    :type 'face
316    :group 'spam)    :group 'spam)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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