diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r-- | lisp/mh-e/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index a49e3b2a4a3..76875b2849b 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,18 @@ +2006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org> + + * mh-junk.el (mh-spamassassin-whitelist): Add two missing + quotation marks, so that the last two arguments of sa-learn + are separated properly (closes SF #1565460). + + * (mh-spamassassin-blacklist): In example .procmailrc, add + PATH element to find mhparam on Debian. + +2006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org> + + * mh-comp.el (mh-send-args): Initialize to "" instead of nil + so that we always have a valid string for split-string even if + nothing is added in mh-send-letter (closes SF #1564742). + 2006-07-03 Bill Wohler <wohler@newt.com> Release MH-E version 8.0.2. |