X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a0ce292fc2a76560ad823b09c4f30788b4a17344..6015bb1f7:/uip/repl.c?ds=sidebyside diff --git a/uip/repl.c b/uip/repl.c index adfe58d7..2707b368 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -336,13 +336,11 @@ 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 { if (msg) adios (NULL, "only one message at a time!"); - else - msg = cp; + msg = cp; } }