comparison lisp/gnus/spam-stat.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 df80d19d7a2e
children 025ea93d2596
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
126 (defgroup spam-stat nil 126 (defgroup spam-stat nil
127 "Statistical spam detection for Emacs. 127 "Statistical spam detection for Emacs.
128 Use the functions to build a dictionary of words and their statistical 128 Use the functions to build a dictionary of words and their statistical
129 distribution in spam and non-spam mails. Then use a function to determine 129 distribution in spam and non-spam mails. Then use a function to determine
130 whether a buffer contains spam or not." 130 whether a buffer contains spam or not."
131 :version "21.4" 131 :version "22.1"
132 :group 'gnus) 132 :group 'gnus)
133 133
134 (defcustom spam-stat-file "~/.spam-stat.el" 134 (defcustom spam-stat-file "~/.spam-stat.el"
135 "File used to save and load the dictionary. 135 "File used to save and load the dictionary.
136 See `spam-stat-to-hash-table' for the format of the file." 136 See `spam-stat-to-hash-table' for the format of the file."