nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] CVS: nmh/uip inc.c,1.14,1.15


From: Jeffrey C Honig <address@hidden>
Subject: [Nmh-commits] CVS: nmh/uip inc.c,1.14,1.15
Date: Sun, 14 Sep 2003 09:25:57 -0400

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

Modified Files:
        inc.c 
Log Message:
The first ``inc'' into an empty folder would not update the unseen
sequence.  This is because seq_list() will return NULL if mp->nummsg
is zero.  Insure that mp->nummsg is incremented.


Index: inc.c
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/inc.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** inc.c       23 Aug 2002 20:37:01 -0000      1.14
--- inc.c       14 Sep 2003 13:25:55 -0000      1.15
***************
*** 845,848 ****
--- 845,849 ----
                msgnum++;
                mp->hghmsg++;
+               mp->nummsg++;
                clear_msg_flags (mp, msgnum);
                set_exists (mp, msgnum);





reply via email to

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