]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Support for readline command history, editing, and completion at the
[nmh] / uip / mhstoresbr.c
index 58ed5becdcedc021e7775d36878f1d093129640a..ed1b8223e5405550756ec8c4aee09b935717e08c 100644 (file)
@@ -92,9 +92,7 @@ store_all_messages (CT *cts)
      * Check for the directory in which to
      * store any contents.
      */
-    if (autosw)
-       dir = getcpy (cwd);
-    else if ((cp = context_find (nmhstorage)) && *cp)
+    if ((cp = context_find (nmhstorage)) && *cp)
        dir = getcpy (cp);
     else
        dir = getcpy (cwd);