diff options
author | Bill Wohler <wohler@newt.com> | 2005-05-28 22:04:54 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2005-05-28 22:04:54 +0000 |
commit | e495eaec9cfa70e8a392e822dad178bd86f7f9cc (patch) | |
tree | 5ca85c795be15c332c2b947d5579469ed6554e9f /lisp/mh-e/mh-junk.el | |
parent | b5352ff5ec4f313dc5e4035041fbae2d21029281 (diff) | |
download | emacs-e495eaec9cfa70e8a392e822dad178bd86f7f9cc.tar.gz |
Upgraded to MH-E version 7.84.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
Diffstat (limited to 'lisp/mh-e/mh-junk.el')
-rw-r--r-- | lisp/mh-e/mh-junk.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 29005d47aa6..e66f49e3a55 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -1,6 +1,6 @@ ;;; mh-junk.el --- Interface to anti-spam measures -;; Copyright (C) 2005 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004 Free Software Foundation, Inc. ;; Author: Satyaki Das <satyaki@theforce.stanford.edu>, ;; Bill Wohler <wohler@newt.com> @@ -191,8 +191,8 @@ done by adding the following to your crontab: (message (format "Blacklisting message %d..." msg)) (set-buffer (get-buffer-create mh-temp-buffer)) (erase-buffer) - (call-process (expand-file-name mh-scan-prog mh-progs) mh-junk-background - t nil + (call-process (expand-file-name mh-scan-prog mh-progs) + nil mh-junk-background nil (format "%s" msg) current-folder "-format" "%<(mymbox{from})%|%(addr{from})%>") (goto-char (point-min)) |