]> diplodocus.org Git - nmh/blobdiff - uip/flist.c
Make sure to mark the sequence file as closed in the msgs struct.
[nmh] / uip / flist.c
index 1444acaf2316d4b42bca4cddc3ffd39894356eb9..d0945fce76958ca60d9fdeb894f42ad207a4bf69 100644 (file)
@@ -468,7 +468,7 @@ AddFolder(char *name, int force)
     struct msgs *mp;
 
     /* Read folder and create message structure */
-    if (!(mp = folder_read (name))) {
+    if (!(mp = folder_read (name, 0))) {
        /* Oops, error occurred.  Record it and continue. */
        AllocFolders(&folders, &nFoldersAlloced, nFolders + 1);
        f = &folders[nFolders++];