/* m_maildir.h -- get the path for the mail directory. * * This code is Copyright (c) 2017, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ char *m_maildir(char *folder); char *m_mailpath(char *folder);