X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..fbcd71b31868c9969836b00a90a0bf32b13111ef:/uip/folder.c?ds=inline diff --git a/uip/folder.c b/uip/folder.c index e4defc70..9fa29840 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -12,7 +12,6 @@ #include #include #include -#include #define FOLDER_SWITCHES \ X("all", 0, ALLSW) \ @@ -403,7 +402,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; }