Commit 18d64f06 18d64f0657b716e842655b3b28af8a6ec1047b1f by Sergey Poznyakoff

Bugfix. Use mail_from0(), not mail_from().

1 parent 16475bb5
Showing 1 changed file with 1 additions and 1 deletions
......@@ -186,7 +186,7 @@ mail_z (int argc, char **argv)
for (i = 0; i < nlines && cursor <= total; )
{
if (mail_from(0, NULL) == 0)
if (mail_from0 (cursor, 0) == 0)
i++;
cursor++;
}
......