From 945aa62b814966a1266a5524bd089a74e0999cd1 Mon Sep 17 00:00:00 2001 From: Anders Eriksson Date: Mon, 21 Oct 2002 19:32:26 +0000 Subject: [PATCH] Changed scan to always pass the folder argument. This is in line with the man page. --- uip/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/scan.c b/uip/scan.c index 1612717..a53a5ba 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -320,7 +320,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: -- 1.7.10.4