Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / sbr / folder_pack.c
index cd588e4..c2b5911 100644 (file)
@@ -95,8 +95,7 @@ folder_pack(struct msgs **mpp, int verbose)
        mp->lowmsg = 1;
        mp->hghmsg = hole - 1;
 
-       /* update the "cur" sequence */
-       if (newcurrent != 0)
+       if (newcurrent)
                seq_setcur(mp, newcurrent);
 
        return 0;