X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=5773b56ea4772bcfe9748d53f67eafb7ff3c00dd;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hp=d656bf9527bde71eeb1dde83d641d4e1a70d0026;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/uip/show.c b/uip/show.c index d656bf9..5773b56 100644 --- a/uip/show.c +++ b/uip/show.c @@ -3,6 +3,10 @@ * 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 @@ -470,7 +474,7 @@ invalid: *bp = '\0'; } else { for (bp = dp; *bp; bp++) - if (isspace (*bp)) { + if (!istoken (*bp)) { *bp = '\0'; break; }