X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0509728c8a506f287fa3483d8e8ffaf8fb66d41d..63621a81d16ab743de6b57d47578a9a2c670ad22:/uip/rmm.c diff --git a/uip/rmm.c b/uip/rmm.c index f245478f..fa5fe5b9 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -7,7 +7,7 @@ #include #include -#include "../sbr/m_maildir.h" +#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"))