]> git.marmaro.de Git - mmh/blobdiff - sbr/folder_read.c
don't manuall clear the message flags
[mmh] / sbr / folder_read.c
index 1eeee00acd5e517f62035cee598cc920df5ad9f1..011958f861d342ab1998d8af3d8d2456d4622515 100644 (file)
@@ -33,7 +33,7 @@ folder_read(char *name)
        struct dirent *dp;
        DIR *dd;
 
-       name = getcpy(toabsdir(name));
+       name = mh_xstrdup(toabsdir(name));
        if (!(dd = opendir(name))) {
                mh_free0(&name);
                return NULL;
@@ -130,14 +130,6 @@ folder_read(char *name)
 
        mp->msgstats = mh_xcalloc(MSGSTATSIZE(mp, mp->lowoff, mp->hghoff), 1);
 
-       /*
-       ** Clear all the flag bits for all the message
-       ** status entries we just allocated.
-       ** TODO: use memset() ?
-       */
-       for (msgnum = mp->lowoff; msgnum <= mp->hghoff; msgnum++)
-               clear_msg_flags(mp, msgnum);
-
        /*
        ** Scan through the array of messages we've seen and
        ** setup the initial flags for those messages in the