diff options
author | Larry Hynes <larry@larryhynes.com> | 2017-07-01 22:27:36 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-02 16:01:13 +0200 |
commit | bf771231d2f31746023a69386c79e59b0f7ede20 (patch) | |
tree | f7263ce3adf7cf795d01f6ea8fa6e5d26ea22221 | |
parent | 53e408291fba987109ffe538a33572af1881757b (diff) | |
download | mblaze-bf771231d2f31746023a69386c79e59b0f7ede20.tar.gz mblaze-bf771231d2f31746023a69386c79e59b0f7ede20.tar.xz mblaze-bf771231d2f31746023a69386c79e59b0f7ede20.zip |
Changes to mlist.1
Closes: #56 [via git-merge-pr]
-rw-r--r-- | man/mlist.1 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/man/mlist.1 b/man/mlist.1 index 123a5a1..2bf98d4 100644 --- a/man/mlist.1 +++ b/man/mlist.1 @@ -18,10 +18,11 @@ .Op Ar dirs\ ... .Sh DESCRIPTION .Nm -lists all messages in the Maildir folders -.Ar dirs -line by line. -If used non-interactively and no folders are given, +lists all messages in the specified Maildir folders +.Ar dirs , +one per line. +If used non-interactively, +with no specified folders, .Nm reads directory names from standard input. .Pp @@ -71,11 +72,11 @@ Don't list messages in Don't list messages in .Pa new . .It Fl i -Don't print filenames, instead print a single line summary for each -folder with the number of unseen, flagged and total messages, as well -as the folder name. +Don't print filenames. Instead, print a one-line summary for each +folder, showing the number of unseen, flagged and total messages, +along with the folder name. .Pp -When two or more summaries are printed, also print a total. +If two or more folders are specified, a total will also be printed. .El .Pp Multiple options are regarded as a conjunction. |