X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffolder_read.c;h=011958f861d342ab1998d8af3d8d2456d4622515;hp=722ee2fd51f7abcc023f39f57383ce344e7fb230;hb=b3d32781d25365c2270210bc9ef7b645d83b8dbe;hpb=9cf6132a6ea29968131a000bc2fb6860affac45e diff --git a/sbr/folder_read.c b/sbr/folder_read.c index 722ee2f..011958f 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -131,14 +131,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 ** newly allocated mp->msgstats area.