Jeff Howie <[EMAIL PROTECTED]> wrote on Thu, 09 Nov 2000:
>     folder-hook . set sort=threads \
>         index_format="%3C/%m %Z %{%Y-%m-%d %H:%M} %-15.15F %s"

> Which gives me a startup error '%Z: unknown variable'

This is a quoting issue.  Put '' quotes around the whole

         'index_format="%3C/%m %Z %{%Y-%m-%d %H:%M} %-15.15F %s"'

And it should work.  You could also put the whole "set" command
within the '' quotes, if you like, but then you probably couldn't
use the line continuation with the \ at the end of the line.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
command, n.: A suggestion made to a computer.

Reply via email to