nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] CVS: nmh/uip show.c,1.5,1.6


From: Kimmo Suominen <address@hidden>
Subject: [Nmh-commits] CVS: nmh/uip show.c,1.5,1.6
Date: Wed, 01 Jan 2003 23:07:51 -0500

Update of /cvsroot/nmh/nmh/uip
In directory subversions:/tmp/cvs-serv29835/uip

Modified Files:
        show.c 
Log Message:
Fix detection of non-mime messages when the charset is not enclosed
in double quotes.  (Not perfect yet, but 97% effective.)


Index: show.c
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/show.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** show.c      2 Jul 2002 22:09:15 -0000       1.5
--- show.c      2 Jan 2003 04:07:49 -0000       1.6
***************
*** 475,479 ****
                        } else {
                            for (bp = dp; *bp; bp++)
!                               if (isspace (*bp)) {
                                    *bp = '\0';
                                    break;
--- 475,479 ----
                        } else {
                            for (bp = dp; *bp; bp++)
!                               if (!istoken (*bp)) {
                                    *bp = '\0';
                                    break;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]