Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 73924:63fc0820b362
mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):
use mh-junk-background consistently in call-process calls.
(mh-bogofilter-blacklist, mh-bogofilter-whitelist,
mh-spamprobe-blacklist, mh-spamprobe-whitelist): use
with-current-buffer so the right thing happens if
mh-junk-background is t. (closes SF #1594802).
mh-e.el (mh-junk-background): document that On value is 0;
t may be used for debugging.
author | Stephen Gildea <gildea@stop.mail-abuse.org> |
---|---|
date | Sat, 11 Nov 2006 20:20:28 +0000 |
parents | eb4311072b92 |
children | 11b214d38a57 |
comparison
equal
deleted
inserted
replaced
73923:9ebe2e5d0079 | 73924:63fc0820b362 |
---|---|
1 2006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org> | |
2 | |
3 * mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist): | |
4 use mh-junk-background consistently in call-process calls. | |
5 | |
6 * (mh-bogofilter-blacklist, mh-bogofilter-whitelist, | |
7 mh-spamprobe-blacklist, mh-spamprobe-whitelist): use | |
8 with-current-buffer so the right thing happens if | |
9 mh-junk-background is t. (closes SF #1594802). | |
10 | |
11 * mh-e.el (mh-junk-background): document that On value is 0; | |
12 t may be used for debugging. | |
13 | |
1 2006-11-10 Andreas Schwab <schwab@suse.de> | 14 2006-11-10 Andreas Schwab <schwab@suse.de> |
2 | 15 |
3 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil". | 16 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil". |
4 | 17 |
5 2006-11-10 Glenn Morris <rgm@gnu.org> | 18 2006-11-10 Glenn Morris <rgm@gnu.org> |