X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61e09274bb3338efbd9c50f797751853c99dba3b..5f7741bd825fcacdec9e6dae01d0d79123455df3:/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++];