X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=b068d4952be836ec1f98423b4453b43bd9f96bc9;hp=d656bf9527bde71eeb1dde83d641d4e1a70d0026;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=8563731b02ce9d750806f6b1769af8b399d964e8 diff --git a/uip/show.c b/uip/show.c index d656bf9..b068d49 100644 --- a/uip/show.c +++ b/uip/show.c @@ -3,10 +3,15 @@ * show.c -- show/list 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 static struct swit switches[] = { #define CHECKMIMESW 0 @@ -470,7 +475,7 @@ invalid: *bp = '\0'; } else { for (bp = dp; *bp; bp++) - if (isspace (*bp)) { + if (!istoken (*bp)) { *bp = '\0'; break; }