comparison lisp/gnus/spam.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents cf93431040c9
children 0d1a48b1ca68
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
75 75
76 ;;; Main parameters. 76 ;;; Main parameters.
77 77
78 (defgroup spam nil 78 (defgroup spam nil
79 "Spam configuration." 79 "Spam configuration."
80 :version "21.4") 80 :version "22.1")
81 81
82 (defcustom spam-directory (nnheader-concat gnus-directory "spam/") 82 (defcustom spam-directory (nnheader-concat gnus-directory "spam/")
83 "Directory for spam whitelists and blacklists." 83 "Directory for spam whitelists and blacklists."
84 :type 'directory 84 :type 'directory
85 :group 'spam) 85 :group 'spam)