Gnus development mailing list
 help / color / mirror / Atom feed
* irritated by all those "no new mail" messages
@ 1999-11-02 15:39 Randal L. Schwartz
  1999-11-02 16:33 ` Stephen Zander
  0 siblings, 1 reply; 6+ messages in thread
From: Randal L. Schwartz @ 1999-11-02 15:39 UTC (permalink / raw)



Every time I suck in new mail, I get a zillion little messages
like this:

  nnml: Reading incoming mail from directory...
  nnml: Reading incoming mail (no new mail)...done

That's because my incoming directory has a lot of empty files, left
over from movemail.  Why movemail doesn't delete them, I'm not sure. :(

So I tried this:

(setq
 mail-sources '((directory
		 :path "~/.incoming/"
		 :predicate (lambda (f)
			      (not (zerop (nth 7 (file-attributes f)))))
		 )) ; terry gnus
)

And it *still* shows messages for all those empty files.  How do we
tell it not to look at an empty .spool file, or just shuddup about it?

qgnus was much more quiet about such. I know, I switched only a few
days ago. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-11-11 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-02 15:39 irritated by all those "no new mail" messages Randal L. Schwartz
1999-11-02 16:33 ` Stephen Zander
1999-11-02 18:36   ` Randal L. Schwartz
1999-11-07  0:40     ` Lars Magne Ingebrigtsen
1999-11-08 15:46       ` Randal L. Schwartz
1999-11-11 13:18         ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).