X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..07916b2ff:/uip/rmm.c?ds=sidebyside diff --git a/uip/rmm.c b/uip/rmm.c index e951ea6a..64fe2727 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -1,5 +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 @@ -8,6 +7,7 @@ #include #include +#include "../sbr/m_maildir.h" #define RMM_SWITCHES \ X("unlink", 0, UNLINKSW) \ @@ -79,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"))