From: epg <> Date: Tue, 15 Jun 2004 18:20:13 +0000 (+0000) Subject: (filter_mail): Now that the formatting isn't spitting too many spaces, X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/a6576dcb1aa76b7d17f7711ad51580b4c7b60d2f?ds=sidebyside;hp=58b9b777fb29a6c48c3fda1faec4cd95e2459084 (filter_mail): Now that the formatting isn't spitting too many spaces, prefix status lines with a single space. --- diff --git a/minc b/minc index 1bc5b9c..05a3b63 100755 --- a/minc +++ b/minc @@ -573,11 +573,11 @@ sub filter_mail { print("\r"); if (not $FOLDERS{$mhfolder}) { print(' ' x $len); - print(" \r$mhfolder\n"); + print(" \r$mhfolder\n"); $FOLDERS{$mhfolder} = 1; } - printf("\%${len}d SPAM \%${len}d saved \%${len}d/%1d", + printf(" \%${len}d SPAM \%${len}d saved \%${len}d/%1d", $spam, $saved, $spam + $saved, $msgcount); defined($maxmsgs) and ($spam + $saved < $maxmsgs or last);