comparison lisp/mh-e/ChangeLog @ 74084:45adfdc231c2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 19 Nov 2006 23:35:01 +0000
parents e894b4d1b811
children 5af09909ca3d
comparison
equal deleted inserted replaced
74083:a71f63e8ff3f 74084:45adfdc231c2
17 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist) 17 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
18 (mh-spamprobe-blacklist): Sync docstring with manual. 18 (mh-spamprobe-blacklist): Sync docstring with manual.
19 19
20 2006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org> 20 2006-11-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21 21
22 * mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist): 22 * mh-junk.el (mh-spamassassin-blacklist, mh-spamassassin-whitelist):
23 Use mh-junk-background consistently in call-process calls. 23 Use mh-junk-background consistently in call-process calls.
24 24
25 * (mh-bogofilter-blacklist, mh-bogofilter-whitelist, 25 * (mh-bogofilter-blacklist, mh-bogofilter-whitelist,
26 mh-spamprobe-blacklist, mh-spamprobe-whitelist): Use 26 mh-spamprobe-blacklist, mh-spamprobe-whitelist): Use
27 with-current-buffer so the right thing happens if 27 with-current-buffer so the right thing happens if
28 mh-junk-background is t (closes SF #1594802). 28 mh-junk-background is t (closes SF #1594802).
29 29
30 * mh-e.el (mh-junk-background): Document that On value is 0; 30 * mh-e.el (mh-junk-background): Document that On value is 0;
31 t may be used for debugging. 31 t may be used for debugging.
32 32
33 2006-11-10 Andreas Schwab <schwab@suse.de> 33 2006-11-10 Andreas Schwab <schwab@suse.de>
34 34
35 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil". 35 * mh-e.el (mh-draft-folder): Avoid starting sentence with "nil".
36 36
37 2006-11-10 Glenn Morris <rgm@gnu.org> 37 2006-11-10 Glenn Morris <rgm@gnu.org>