diff lisp/mh-e/mh-e.el @ 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 af2064a2e4f1
children 7df5ae069c1c
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Sat Nov 11 16:13:41 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Sat Nov 11 20:20:28 2006 +0000
@@ -1690,7 +1690,9 @@
 By default, the programs are run in the foreground, but this can
 be slow when junking large numbers of messages. If you have
 enough memory or don't junk that many messages at the same time,
-you might try turning on this option."
+you might try turning on this option (that is, setting its value to 0).
+If the value is t, the programs' output is saved in the MH-E log buffer;
+this may be useful for debugging."
   :type '(choice (const :tag "Off" nil)
                  (const :tag "On" 0))
   :group 'mh-junk