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