*/
#include <h/mh.h> /* mh internals */
+#include "lock_file.h"
+#include "m_maildir.h"
+#include "makedir.h"
#include <pwd.h> /* structure for getpwuid() results */
void
if ((mypath = getenv("HOME")) == NULL) {
if ((pw = getpwuid(getuid())) == NULL || *pw->pw_dir == '\0')
adios(NULL, "cannot determine your home directory");
- else
- mypath = pw->pw_dir;
+ mypath = pw->pw_dir;
}
/*