]> diplodocus.org Git - minc/commitdiff
(filter_mail): Slight problem with r1880: we don't print scan lines
authorepg <>
Sun, 2 Apr 2006 02:52:12 +0000 (02:52 +0000)
committerepg <>
Sun, 2 Apr 2006 02:52:12 +0000 (02:52 +0000)
for spam messages, so we still need to print \r for those.

minc

diff --git a/minc b/minc
index bb855bdd05eb079a4afde9f686d1e623ac74a289..0df7c6167e9ebb9663bd1141e8c6dd4ae6714e95 100755 (executable)
--- a/minc
+++ b/minc
@@ -653,6 +653,7 @@ sub filter_mail {
 
         if ($mhfolder eq 'SPAM') {
             $spam++;
+            print("\r");
         } else {
             $saved++;
             my $from = '';