X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6bc64765f773ce75454ec1592a86779e3547fe46..e35fb433:/uip/rmm.c?ds=inline diff --git a/uip/rmm.c b/uip/rmm.c index 8644a02f..fa5fe5b9 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -1,6 +1,4 @@ - -/* - * rmm.c -- remove a message(s) +/* rmm.c -- remove a message(s) * * 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" #define RMM_SWITCHES \ X("unlink", 0, UNLINKSW) \ @@ -80,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"))