Manual Page Search Parameters

MDIRS(1) General Commands Manual MDIRS(1)

mdirslist maildir folders, recursively

mdirs [-0a] dirs ...

mdirs recursively scans the given dirs for maildir (and maildir++) folders and prints them, separated by newlines.

If dirs is not present then use ‘Maildir:’ from ${MBLAZE:-$HOME/.mblaze}/profile (if set).

To mdirs, a maildir folder is a directory containing the directories cur and new. By the maildir++ convention, nested maildir folder names must begin with ‘.’. (This can be disabled using -a).

The options are as follows:

Print folders separated by a NUL character.
Traverse into all subfolders, without considering the maildir++ name conventions.

Directory containing mblaze configuration. (Default: $HOME/.mblaze)

The mdirs utility exits 0 on success, and >0 if an error occurs.

find(1), mblaze-profile(5)

Leah Neukirchen <leah@vuxu.org>

mdirs is in the public domain.

To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to this work.

http://creativecommons.org/publicdomain/zero/1.0/

July 25, 2023 x86_64