The first ``inc'' into an empty folder would not update the unseen
authorJeffrey C Honig <jch@honig.net>
Sun, 14 Sep 2003 13:25:55 +0000 (13:25 +0000)
committerJeffrey C Honig <jch@honig.net>
Sun, 14 Sep 2003 13:25:55 +0000 (13:25 +0000)
commitb8eb926caef0c1031539ccae6443e6d7f37282f5
treea301f121909f6c2c656b3178d5d72c80be86f6bc
parent3a98db03a5a9ae31af39cbd793260021e95ff104
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.
uip/inc.c