> Q1 > the command > > set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s" > > works fine, but > > folder-hook debian set index_format="%4C %Z %{%b %d} %-15.15n (%4l) %s" > > gives a "no variable Z" error or somesuch. I think this is probably because > mutt is trying to expand the %Z during the folder-hook command rather than the > set command. I've tried using quotes and backslashes, to no avail.
My ~/.muttrc has the following, which seems to work fine (mutt-i 0.94.12i-0): ----- folder-hook debian-user set index_format=\"%4C %Z %{%b %d} %-15.15a (%4l) %s\" ----- 'Fraid I don't know the answer to the other 2.