On Sat, Apr 10, 1999 at 04:22:14PM +0800, [EMAIL PROTECTED] wrote:
> folder-hook .     set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s" 
> folder-hook mua   set index_format="%3C %Z %{%b %d} %-15.15F (%3l) %s"
> folder-hook sla   set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"
> 
> You can't set index_format in a folder-hook? 

You can, but you should add proper quoting:

folder-hook .     'set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"'
folder-hook mua   'set index_format="%3C %Z %{%b %d} %-15.15F (%3l) %s"'
folder-hook sla   'set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"'

CU,
    Sec

P.S.: this is becoming an faq, do we have an active faq maintainer ?

-- 
Treat your password like your toothbrush. Don't let anybody else use it,
and get a new one every six months.  --Clifford Stoll

Reply via email to