X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..4dff00a2d1a9e0b1e301c3015d8f7bdf87e2e37a:/uip/folder.c?ds=inline diff --git a/uip/folder.c b/uip/folder.c index e4defc70..29ef616a 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -403,7 +403,7 @@ get_folder_info_body (char *fold, char *msg, boolean *crawl_children) /* * create message structure and get folder info */ - if (!(mp = folder_read (fold))) { + if (!(mp = folder_read (fold, 1))) { admonish (NULL, "unable to read folder %s", fold); return 0; }