#%luiz f portella <[EMAIL PROTECTED]>:

>  Nuntempe mi laboras pri mutt.
>  Por "set index_format=", mi povis limigi spacon por montri grandon de 
> mesagxo, 4 spacoj, %4c.
> set index_format="%4C %Z %{%b %d} %-20.20L (%4c) %s"
> 
>  Por "set indent_string=", mi ne sukcesis fari tion, mi provis: %2n
> set indent_string="%2n> "

VerÅajne vi celas:

set indent_string="%.2n> "

La reguloj por tiaj formatoj similas al la reguloj por printf en C. Vi
povas legi pri ili en "man 3 printf", verÅajne, kaj eksperimenti per
la Åelkomando printf, se vi volas:

$ printf "%.3s.\n" ab
ab.
$ printf "%.3s.\n" abcd
abc.
$ printf "%5.3s.\n" ab
   ab.
$ printf "%5.3s.\n" abcd
  abc.

Edmundo


Reply via email to