X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=5773b56ea4772bcfe9748d53f67eafb7ff3c00dd;hb=81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2;hp=7927ac564c0275f1b913f8ad304bb0df52ce6748;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;p=mmh diff --git a/uip/show.c b/uip/show.c index 7927ac5..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 @@ -49,6 +53,9 @@ static struct swit switches[] = { */ static int is_nontext(char *); +/* prototype from mhlsbr.c */ +int mhl (int, char **); + #define SHOW 0 #define NEXT 1 #define PREV 2 @@ -467,7 +474,7 @@ invalid: *bp = '\0'; } else { for (bp = dp; *bp; bp++) - if (isspace (*bp)) { + if (!istoken (*bp)) { *bp = '\0'; break; }