]> diplodocus.org Git - nmh/blobdiff - uip/rcvstore.c
aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h.
[nmh] / uip / rcvstore.c
index e9654b489b8cebb25426a06d5765f069b9073c8d..660d7cee93daf776e83400bf7356340a57ef8fd0 100644 (file)
@@ -123,8 +123,7 @@ main (int argc, char **argv)
        if (*cp == '+' || *cp == '@') {
            if (folder)
                adios (NULL, "only one folder at a time!");
-           else
-               folder = pluspath (cp);
+            folder = pluspath (cp);
        } else {
            adios (NULL, "usage: %s [+folder] [switches]", invo_name);
        }