X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/fa84a13141e054c3d519b75a3b41bc448420ba7e..6015bb1f7:/uip/dist.c?ds=sidebyside diff --git a/uip/dist.c b/uip/dist.c index f846b74d..de0ba433 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -1,6 +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 @@ -9,6 +7,7 @@ #include #include +#include "../sbr/m_maildir.h" #include #define DIST_SWITCHES \ @@ -208,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; } } @@ -251,7 +248,7 @@ try_it_again: i = YESW; break; default: - advise (NULL, "say what?"); + inform("say what?"); break; } }