Removed special `folder' and `dtimenow' format escapes from scan listings.
[mmh] / uip / scan.c
index 1520553..ef13e39 100644 (file)
@@ -127,8 +127,7 @@ main(int argc, char **argv)
 
                m_unknown(in);
                for (msgnum = 1; ; ++msgnum) {
-                       state = scan(in, msgnum, -1, nfs, width, 0, 0,
-                                       NULL, 0L, 1);
+                       state = scan(in, msgnum, -1, nfs, width, 0, 0, 1);
                        if (state != SCNMSG)
                                break;
                }
@@ -208,7 +207,7 @@ main(int argc, char **argv)
 
                        switch (state = scan(in, msgnum, 0, nfs, width,
                                                msgnum == mp->curmsg, unseen,
-                                               folder, 0L, 1)) {
+                                               1)) {
                        case SCNMSG:
                        case SCNERR:
                                break;