]>
diplodocus.org Git - nmh/blob - sbr/folder_read.h
1 /* folder_read.h -- initialize folder structure and read folder
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information. */
8 * Read a MH folder structure and return an allocated "struct msgs"
9 * corresponding to the contents of the folder.
13 * name - Name of folder
14 * lockflag - If true, write-lock (and keep open) metadata files.
15 * See comments for seq_read() for more information.
17 struct msgs
*folder_read(char *name
, int lockflag
);