diff options
Diffstat (limited to 'man/msort.1')
-rw-r--r-- | man/msort.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/msort.1 b/man/msort.1 index 44cd332..8b9fb38 100644 --- a/man/msort.1 +++ b/man/msort.1 @@ -7,7 +7,7 @@ .Sh SYNOPSIS .Nm .Op Fl r -.Op Fl f | Fl d | Fl s | Fl F | Fl M | Fl S +.Op Fl f | Fl d | Fl s | Fl F | Fl M | Fl S | Fl U | Fl I .Op Ar msgs\ ... .Sh DESCRIPTION .Nm @@ -44,6 +44,10 @@ Sort by file name, using proper order for numbers in file names. Sort by message file modification time. .It Fl S Sort by message file size. +.It Fl U +Sort unread messages after read messages. +.It Fl I +Sort flagged messages before unflagged messages. .El .Sh EXIT STATUS .Ex -std |