diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-01-22 11:41:30 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-01-22 11:42:02 +0100 |
commit | 113ac5a24ddc8a27ae301537d30e57006eb7d2ec (patch) | |
tree | 2f07aa630025fb32ccfbbea78949ec9a05a00b7f /man | |
parent | 1755fa6279ad46422c62484203b612e17c50bec0 (diff) | |
download | mblaze-113ac5a24ddc8a27ae301537d30e57006eb7d2ec.tar.gz mblaze-113ac5a24ddc8a27ae301537d30e57006eb7d2ec.tar.xz mblaze-113ac5a24ddc8a27ae301537d30e57006eb7d2ec.zip |
mdirs: add -a to list all subfolders, ignoring maildir++ convention
Based on a patch by Kylie McClain <kylie@somas.is>.
Diffstat (limited to 'man')
-rw-r--r-- | man/mdirs.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mdirs.1 b/man/mdirs.1 index 4eb0237..44ffae4 100644 --- a/man/mdirs.1 +++ b/man/mdirs.1 @@ -1,4 +1,4 @@ -.Dd July 22, 2016 +.Dd January 22, 2020 .Dt MDIRS 1 .Os .Sh NAME @@ -6,7 +6,7 @@ .Nd list maildir folders, recursively .Sh SYNOPSIS .Nm -.Op Fl 0 +.Op Fl 0a .Ar dirs\ ... .Sh DESCRIPTION .Nm @@ -27,11 +27,14 @@ and By the maildir++ convention, nested maildir folder names must begin with .Sq Li \&. . +.Pq This can be disabled using Fl a . .Pp The options are as follows: .Bl -tag -width Ds .It Fl 0 Print folders separated by a NUL character. +.It Fl a +Traverse into all subfolders, without considering the maildir++ name conventions. .El .Sh EXIT STATUS .Ex -std |