about summary refs log tree commit diff
path: root/man/msort.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-06 18:27:01 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-06 18:27:38 +0200
commit524ee127958ee8be8b530154488f6f7faca1635e (patch)
tree484b3c20080c8eb4c9836dca21d8c0defc41ffd7 /man/msort.1
parent1fece7b090e00d57d3a7182e577358d41dc62457 (diff)
downloadmblaze-524ee127958ee8be8b530154488f6f7faca1635e.tar.gz
mblaze-524ee127958ee8be8b530154488f6f7faca1635e.tar.xz
mblaze-524ee127958ee8be8b530154488f6f7faca1635e.zip
msort: add -U and -I to sort by flags
Diffstat (limited to 'man/msort.1')
-rw-r--r--man/msort.16
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