X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/042f5bed7ff3e5b34ff3166951a7b98bf6bbf105..544d453bef5ccf734140f36efb1efd08ab8d71cb:/config/config.c?ds=sidebyside diff --git a/config/config.c b/config/config.c index 633293e2..5b08db28 100644 --- a/config/config.c +++ b/config/config.c @@ -6,12 +6,12 @@ */ #include +#include "sbr/m_maildir.h" #include #define nmhbindir(file) NMHBINDIR#file #define nmhlibexecdir(file) NMHLIBEXECDIR#file #define nmhetcdir(file) NMHETCDIR#file -#define nmhdocdir(file) NMHDOCDIR#file /* @@ -62,9 +62,9 @@ etcpath (char *file) if (access (epath, R_OK) != NOTOK) return epath; - /* FALLTHRU */ -try_it: + /* FALLTHRU */ +try_it: default: /* Check nmh Mail directory */ if (access ((cp = m_mailpath (file)), R_OK) != NOTOK) {