X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..a3724ed3:/uip/rmf.c?ds=inline diff --git a/uip/rmf.c b/uip/rmf.c index 36c7f924..cede3b09 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -7,6 +7,8 @@ #include #include +#include "../sbr/m_maildir.h" +#include "../sbr/m_mktemp.h" #define RMF_SWITCHES \ X("interactive", 0, INTRSW) \ @@ -162,7 +164,7 @@ rmf (char *folder) if (strcmp (dp->d_name, ".") == 0 || strcmp (dp->d_name, "..") == 0) continue; - /* FALLTHRU */ + break; case ',': break;