X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ab2201f516946860e9322363be090a370da675fd..ed4e21fb32d214ed9c45d0bd4eac9d3dd8ee6c9d:/uip/burst.c?ds=inline diff --git a/uip/burst.c b/uip/burst.c index e5020cfd..f188bf1f 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -133,8 +133,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 { app_msgarg(&msgs, cp); } @@ -249,9 +248,9 @@ find_delim (int msgnum, struct smsg *smsgs, int *mimesw) msgp = 1; find_mime_parts(content, smsgs, &msgp); free_content(content); - if (msgp == 1 && *mimesw == 2) { + if (msgp == 1 && *mimesw == 2) adios (msgnam, "does not have any message/rfc822 parts"); - } else if (msgp > 1) { + if (msgp > 1) { *mimesw = 1; return (msgp - 1); }