Maildir Path handling. More...
#include "core/lib.h"
Go to the source code of this file.
Functions | |
int | maildir_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
int | maildir_path_is_empty (struct Buffer *path) |
Is the mailbox empty. | |
enum MailboxType | maildir_path_probe (const char *path, const struct stat *st) |
Is this a Maildir Mailbox? - Implements MxOps::path_probe() -. | |
Maildir Path handling.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file path.h.
int maildir_path_is_empty | ( | struct Buffer * | path | ) |
Is the mailbox empty.
path | Mailbox to check |
Definition at line 57 of file path.c.