#include <fcntl.h>
#include <h/signals.h>
#include <h/mts.h>
-#include "../sbr/m_mktemp.h"
+#include <h/utils.h>
+#include "sbr/m_maildir.h"
+#include "sbr/m_mktemp.h"
+#include "sbr/makedir.h"
#define RCVSTORE_SWITCHES \
X("create", 0, CRETSW) \
if (*cp == '+' || *cp == '@') {
if (folder)
adios (NULL, "only one folder at a time!");
- else
- folder = pluspath (cp);
+ folder = pluspath (cp);
} else {
adios (NULL, "usage: %s [+folder] [switches]", invo_name);
}