Re: [gentoo-user] mutt $index_format syntax

2011-04-09 Thread Alexey Mishustin
4/8/2011, "Vincent Launchbury" вы писали: >On 2011/04/08 02:40PM, Alexey Mishustin wrote: >> For example, I don't understand what does -15.15 mean (in default value >> "%4C %Z %{%b %d} %-15.15L (%4l) %s" ) > >The "-15.15" is the same as the printf(3) format. That's it. I had read man printf yest

Re: [gentoo-user] mutt $index_format syntax

2011-04-08 Thread Vincent Launchbury
On 2011/04/08 02:40PM, Alexey Mishustin wrote: > For example, I don't understand what does -15.15 mean (in default value > "%4C %Z %{%b %d} %-15.15L (%4l) %s" ) The "-15.15" is the same as the printf(3) format. The minus sign means left align the field, the first number is the minimum field width,

[gentoo-user] mutt $index_format syntax

2011-04-08 Thread Alexey Mishustin
Hello list, Could anyone tell me where I could find an explanation of mutt $index_format syntax. I read mutt manual, but it's not enough for me. For example, I don't understand what does -15.15 mean (in default value "%4C %Z %{%b %d} %-15.15L (%4l) %s" ), why there are no width values for each col