]> diplodocus.org Git - nmh/blobdiff - uip/rmm.c
mh.h: Move the gcc-4.3-conditional macro definitions.
[nmh] / uip / rmm.c
index f245478f1f091e2960c829fbf3497ebe40b16885..64fe272778882453bde71f717137e63d96fc818b 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -79,10 +79,9 @@ 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
-               app_msgarg(&msgs, cp);
+            app_msgarg(&msgs, cp);
     }
 
     if (!context_find ("path"))