]> diplodocus.org Git - nmh/blobdiff - uip/show.c
Change folder_delmsgs() to save context and sequence files (and make
[nmh] / uip / show.c
index dc4261300d1a5e1a91af6b1aa9715d08664a3150..b73e56a8fa83d6b5b990026a99c7648d2cce9e96 100644 (file)
@@ -221,7 +221,7 @@ usage:
        adios (maildir, "unable to change directory to");
 
     /* read folder and create message structure */
-    if (!(mp = folder_read (folder)))
+    if (!(mp = folder_read (folder, 1)))
        adios (NULL, "unable to read folder %s", folder);
 
     /* check for empty folder */