X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fsortm.man;h=47dcee3ebf7efc6c1894d805bbebf8bd98103ae6;hb=374ece2e88368afd6e0a29c4ee4b75ffa9e28b39;hp=c9d99c5f320efa7cc5cb5f7297d354c0946c8d4b;hpb=1b5a1bd2244d3e1c12b7c9e1f48e445de5ad2ea2;p=mmh diff --git a/man/sortm.man b/man/sortm.man index c9d99c5..47dcee3 100644 --- a/man/sortm.man +++ b/man/sortm.man @@ -1,6 +1,5 @@ .\" .\" %nmhwarning% -.\" $Id$ .\" .TH SORTM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME @@ -54,11 +53,11 @@ The .I field switch causes .B sortm -to sort messages -by the specified text field. If this field is \*(lqsubject\*(rq, any -leading "re:" is stripped off. In any case, all characters except +to sort messages by the specified text field. All characters except letters and numbers are stripped and the resulting strings are sorted -datefield\-major, textfield\-minor, using a case insensitive comparison. +datefield\-major, textfield\-minor, using a case insensitive +comparison. If this field is \*(lqsubject\*(rq, any leading "re:" is +stripped off. .PP With .B \-textfield @@ -67,7 +66,7 @@ if .B \-limit .I days is specified, messages -with similar textfields that are dated within `days' of each other +with the same textfields that are dated within `days' of each other appear together. Specifying .B \-nolimit makes the limit infinity. @@ -76,7 +75,8 @@ With .IR 0 , the sort is instead made textfield\-major, date\-minor. .PP -For example, to order a folder by date-major, subject-minor, use: +For example, to order a folder by date-major, grouping messages with +the same subject on the same date together, use: .PP .RS 5 sortm -textfield subject +folder @@ -115,7 +115,7 @@ folder(1) If a folder is given, it will become the current folder. If the current message is moved, .B sortm - will preserve its status as current. +will preserve its status as current. .SH HISTORY Timezones used to be ignored when comparing dates: they aren't any more.