logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdirs — list maildir folders, recursively

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

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

       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:

       -0      Print folders separated by a NUL character.

       -a      Traverse into all subfolders, without considering the maildir++ name conventions.

Exit Status

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

License

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/

Debian                                          January 22, 2020                                        MDIRS(1)

Name

       mdirs — list maildir folders, recursively

See Also

find(1)

Synopsis

mdirs [-0a] dirs...

See Also