X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=02621dc56d1eaa6be9c15e70dac3890d158b57d3;hp=7f5cf46ff2667d094389fe5f7a5d2aacbb4dc81a;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90 diff --git a/uip/scan.c b/uip/scan.c index 7f5cf46..02621dc 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -3,13 +3,17 @@ * scan.c -- display a one-line "scan" listing of folder or messages * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include #include #include -#include -#include +#include +#include #include /* @@ -47,7 +51,6 @@ static struct swit switches[] = { { NULL, 0 } }; -extern int errno; /* * global for sbr/formatsbr.c - yech! @@ -316,7 +319,7 @@ main (int argc, char **argv) switch (state = scan (in, msgnum, 0, nfs, width, msgnum == mp->curmsg, unseen, - hdrflag ? folder : NULL, 0L, 1)) { + folder, 0L, 1)) { case SCNMSG: case SCNENC: case SCNERR: