X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscan.c;h=152055369a6b65009acbf7e9516fc1bd2534237f;hp=d5cc50f94f25b410adbd25e39efb880ad5b04744;hb=064527f7b57ab050e5af13e15ad99aeeab125857;hpb=5a54c825a4c672e712e40c4c5ed0f0883fc99913 diff --git a/uip/scan.c b/uip/scan.c index d5cc50f..1520553 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -129,7 +129,7 @@ main(int argc, char **argv) for (msgnum = 1; ; ++msgnum) { state = scan(in, msgnum, -1, nfs, width, 0, 0, NULL, 0L, 1); - if (state != SCNMSG && state != SCNENC) + if (state != SCNMSG) break; } fclose(in); @@ -210,7 +210,6 @@ main(int argc, char **argv) msgnum == mp->curmsg, unseen, folder, 0L, 1)) { case SCNMSG: - case SCNENC: case SCNERR: break;