]> diplodocus.org Git - nmh/blobdiff - uip/rmf.c
Sort JSON output from oauth tests so that comparisons don't
[nmh] / uip / rmf.c
index bb03805a1b1300fb5e3dd344b456133c131a1e79..c7e6426c130b46d0dd7e9f016702e7b4f4d8d34f 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -193,7 +193,9 @@ rmf (char *folder)
      */
     rma (folder);
 
-    chdir ("..");
+    if (chdir ("..") < 0) {
+       advise ("..", "chdir");
+    }
     if (others == 0 && remdir (maildir))
        return OK;