Commit 27c42053 27c42053d36235e3a1d71d018590384c1818ff06 by Sergey Poznyakoff

removed break from the loop

1 parent e3441a83
Showing 1 changed file with 1 additions and 2 deletions
......@@ -156,8 +156,7 @@ mail_z (int argc, char **argv)
for (i = 0; i < nlines; i++)
{
if (mail_from(0, NULL))
break;
mail_from(0, NULL);
cursor++;
}
......