X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c703902741e0f7ce55f87e48ef0d00901195f1bc..d067b8780f39cb8d52e3e07a3b05ffcb1ed684ea:/uip/folder.c 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; }