X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2e768e3cc0ce768373d3320eca4cdd08b8cf646a..4dff00a2d1a9e0b1e301c3015d8f7bdf87e2e37a:/uip/flist.c diff --git a/uip/flist.c b/uip/flist.c index 1444acaf..d0945fce 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -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++];