From: epg <> Date: Mon, 5 Sep 2005 07:33:52 +0000 (+0000) Subject: (filter_mail): Need to print a \r before printing the status line, X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/09764c59978726405c85d702c6bb0ef4d78ffb09?hp=32e4427144b9d207907871b78d43f0e6cc0be4ae (filter_mail): Need to print a \r before printing the status line, as nothing is printed for spam messages, so these would just stack up on the same line with two or more spams in a row. --- diff --git a/minc b/minc index d2a85da..6776cd2 100755 --- a/minc +++ b/minc @@ -601,6 +601,7 @@ sub filter_mail { $hook->(\%batons, \%headers, $mhfolder, $msgnum); } + print("\r"); printf(" \%${len}d SPAM \%${len}d saved \%${len}d/%1d", $spam, $saved, $spam + $saved, $msgcount);