projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7e668
)
Synch with Oort Gnus.
author
yamaoka
<yamaoka>
Fri, 3 Jan 2003 13:43:19 +0000
(13:43 +0000)
committer
yamaoka
<yamaoka>
Fri, 3 Jan 2003 13:43:19 +0000
(13:43 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/spam.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
0232585
..
a946a2a
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-7,6
+7,7
@@
(spam-fetch-field-from-fast): fast fetching of the "from" field
from (gnus-data-list)
(spam-summary-prepare-exit): works completely now
+ (spam-use-blacklist): oops, should be nil by default
2003-01-03 Jesper Harder <harder@ifa.au.dk>
diff --git
a/lisp/spam.el
b/lisp/spam.el
index
4b9f0ec
..
2c82858
100644
(file)
--- a/
lisp/spam.el
+++ b/
lisp/spam.el
@@
-95,7
+95,7
@@
The regular expression is matched against the address."
:type 'boolean
:group 'spam)
-(defcustom spam-use-blacklist t
+(defcustom spam-use-blacklist nil
"Whether the blacklist should be used by spam-split."
:type 'boolean
:group 'spam)