#include <h/mh.h>
#include <h/utils.h>
#include <h/mhparse.h>
-#include "../sbr/m_maildir.h"
-#include "../sbr/m_mktemp.h"
+#include "sbr/m_maildir.h"
+#include "sbr/m_mktemp.h"
#include "mhfree.h"
#define BURST_SWITCHES \
adios (msgnam, "does not have any message/rfc822 parts");
if (msgp > 1) {
*mimesw = 1;
- return (msgp - 1);
+ return msgp - 1;
}
}
}
}
fclose (in);
- return (msgp - 1); /* return the number of messages burst */
+ return msgp - 1; /* return the number of messages burst */
}