X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ff2b7b715934b346b6121a2a434db116d3203663..9779a9db4316e2348eb120c716acc41e6b12a849:/sbr/context_read.c diff --git a/sbr/context_read.c b/sbr/context_read.c index 072e3df1..2be6b936 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -21,12 +21,18 @@ * environment variable or by the profile. */ -#include "h/mh.h" /* mh internals */ +#include "h/mh.h" +#include "read_yes_or_no_if_tty.h" +#include "concat.h" +#include "context_read.h" +#include "context_find.h" +#include "readconfig.h" +#include "path.h" #include "error.h" #include "lock_file.h" #include "m_maildir.h" #include "makedir.h" -#include /* structure for getpwuid() results */ +#include #include "h/utils.h" void @@ -37,7 +43,7 @@ context_read (void) char *nd; /* nmh directory pointer */ struct stat st; /* stat() results */ struct passwd *pw; /* getpwuid() results */ - FILE *ib; /* profile and context file pointer */ + FILE *ib; /* profile and context file pointer */ int failed_to_lock = 0; /*