From: Jeffrey C Honig Date: Sun, 14 Sep 2003 13:25:55 +0000 (+0000) Subject: The first ``inc'' into an empty folder would not update the unseen X-Git-Tag: RELEASE_1_2~84 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=b8eb926caef0c1031539ccae6443e6d7f37282f5;hp=b8eb926caef0c1031539ccae6443e6d7f37282f5;p=mmh 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. ---