diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-11 20:37:39 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-11 20:37:39 +0200 |
commit | bfe841eb1e433effa71b42b43206fef78d6e2e2c (patch) | |
tree | 4ad578f52edf3583a95b0c996ba67ea3853fbc01 /man | |
parent | d4f72ab52db2cb69b32f0b10de53b46139000cf2 (diff) | |
download | mblaze-bfe841eb1e433effa71b42b43206fef78d6e2e2c.tar.gz mblaze-bfe841eb1e433effa71b42b43206fef78d6e2e2c.tar.xz mblaze-bfe841eb1e433effa71b42b43206fef78d6e2e2c.zip |
mscan.1: sort formatting codes
Diffstat (limited to 'man')
-rw-r--r-- | man/mscan.1 | 91 |
1 files changed, 45 insertions, 46 deletions
diff --git a/man/mscan.1 b/man/mscan.1 index d9dd9a4..f7d12ae 100644 --- a/man/mscan.1 +++ b/man/mscan.1 @@ -45,7 +45,7 @@ Only print message numbers .It Fl I Force ISO date output, even for -.Sq Cm "%d". +.Sq Cm "%d" . .It Fl f Ar format Format according to the string .Ar format , @@ -63,42 +63,12 @@ Tab .It Cm "%%" A plain .Sq Li "%" . +.It Cm "%" Ns Oo Ar wd Oc Ns Cm "b" +Human-readable size of the message (in kilobytes). .It Cm "%c" A .Sq Li ">" on the current message, else a blank. -.It Cm "%u" -A -.Sq Li "*" -on a flagged message, or a -.Sq Li "." -on an unseen message, or a -.Sq Li "x" -on a trashed message, or a blank. -.It Cm "%r" -A -.Sq Li "-" -on a replied-to message, or a -.Sq Li ":" -on a forwarded message, or a blank. -.It Cm "%t" -A -.Sq Li ">" -if you are in -.Sq Li "To:" , -a -.Sq Li "+" -if you are in -.Sq Li "Cc:" , -a -.Sq Li ":" -if you are in -.Sq Li "Resent-To:" , -or a blank else. -.It Cm "%M" -The raw Maildir flags of the message. -.It Cm "%" Ns Oo Ar wd Oc Ns Cm "n" -The number of the message in the current sequence. .It Cm "%" Ns Oo Ar wd Oc Ns Cm "d" Adaptive date of the message. .It Cm "%" Ns Oo Ar wd Oc Ns Cm "D" @@ -117,29 +87,58 @@ The (or .Sq Li To , if the message is from us). +.It Cm "%" Ns Oo Ar wd Oc Ns Cm "F" +The Maildir folder the message resides in. .It Cm "%" Ns Oo Ar wd Oc Ns Cm "i" .Ar wd (default: 1) spaces per indentation depth in the thread tree. +.It Cm "%" Ns Oo Ar wd Oc Ns Cm "I" +The +.Sq Li "Message-ID:" +of the message. +.It Cm "%M" +The raw Maildir flags of the message. +.It Cm "%" Ns Oo Ar wd Oc Ns Cm "n" +The number of the message in the current sequence. +.It Cm "%r" +A +.Sq Li "-" +on a replied-to message, or a +.Sq Li ":" +on a forwarded message, or a blank. +.It Cm "%" Ns Oo Ar wd Oc Ns Cm "R" +The filename of the message. .It Cm "%" Ns Oo Ar wd Oc Ns Cm "s" The subject of the message (defaults to remaining width). .It Cm "%" Ns Oo Ar wd Oc Ns Cm "S" The subject of the message (defaults to remaining width), with leading -.Sq Li Re: , -.Sq Li Fwd: +.Sq Li "Re:" , +.Sq Li "Fwd:" etc. stripped. -.It Cm "%" Ns Oo Ar wd Oc Ns Cm "b" -Human-readable size of the message (in kilobytes). -.It Cm "%" Ns Oo Ar wd Oc Ns Cm "F" -The Maildir folder the message resides in. -.It Cm "%" Ns Oo Ar wd Oc Ns Cm "R" -The filename of the message. -.It Cm "%" Ns Oo Ar wd Oc Ns Cm "I" -The -.Sq Li Message-ID -of the message. -.El +.It Cm "%t" +A +.Sq Li ">" +if you are in +.Sq Li "To:" , +a +.Sq Li "+" +if you are in +.Sq Li "Cc:" , +a +.Sq Li ":" +if you are in +.Sq Li "Resent-To:" , +or a blank else. +.It Cm "%u" +A +.Sq Li "*" +on a flagged message, or a +.Sq Li "." +on an unseen message, or a +.Sq Li "x" +on a trashed message, or a blank. .El .Sh MESSAGE FLAGS .Bl -tag -width 2n -compact |