X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fsortm.man1;h=29a067d630f40bb4a5187580f388343ea4a5a411;hp=582e6ff5d2d75731dffd768a0b7e9ef2d59387f7;hb=e917512db8efcbf3b5b5baeb64b6d345fd3686db;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a diff --git a/man/sortm.man1 b/man/sortm.man1 index 582e6ff..29a067d 100644 --- a/man/sortm.man1 +++ b/man/sortm.man1 @@ -25,7 +25,7 @@ sortm \- sort messages .SH DESCRIPTION .B Sortm sorts the specified messages in the named folder according -to the chronological order of the \*(lqDate:\*(rq field of each message. +to the chronological order of the `Date:' field of each message. .PP The .B \-verbose @@ -41,7 +41,7 @@ switch tells .B sortm the name of the field to use when making the date comparison. If the user has a special field in -each message, such as \*(lqBB\-Posted:\*(rq or \*(lqDelivery\-Date:\*(rq, +each message, such as `BB\-Posted:' or `Delivery\-Date:', then the .B \-datefield switch can be used to direct @@ -54,7 +54,7 @@ The switch causes .B sortm to sort messages -by the specified text field. If this field is \*(lqsubject\*(rq, any +by the specified text field. If this field is `subject', any leading "re:" is stripped off. In any case, all characters except letters and numbers are stripped and the resulting strings are sorted datefield\-major, textfield\-minor, using a case insensitive comparison. @@ -78,7 +78,7 @@ the sort is instead made textfield\-major, date\-minor. For example, to order a folder by date-major, subject-minor, use: .PP .RS 5 -sortm -textfield subject +folder +sortm \-textfield subject +folder .RE .SH FILES @@ -127,7 +127,7 @@ sometimes did not preserve the message numbering in a folder (e.g., messages 1, 3, and 5, might have been renumbered to 1, 2, 3 after sorting). This was a bug, and has been fixed. To compress the message numbering in a folder, use -.RB \*(lq "folder\ \-pack" \*(rq +.RB ` "folder\ \-pack" ' as always. .SH BUGS