Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Sat Nov 11 16:13:41 2006 +0000 +++ b/lisp/mh-e/ChangeLog Sat Nov 11 20:20:28 2006 +0000 @@ -1,3 +1,16 @@ +2006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org> + + * 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. + 2006-11-10 Andreas Schwab <schwab@suse.de> * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil".