X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..4d0110006d4e72f82fb597f170c7d9991f2ca0bf:/uip/dist.c diff --git a/uip/dist.c b/uip/dist.c index 1c8bac46..b0728bdd 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -1,5 +1,4 @@ -/* - * dist.c -- re-distribute a message +/* dist.c -- re-distribute a message * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -8,6 +7,7 @@ #include #include +#include "sbr/m_maildir.h" #include #define DIST_SWITCHES \ @@ -207,13 +207,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; } }