--- Viktor Rosenfeld <[EMAIL PROTECTED]> (2001-09-25 18:20):
> Hi mutt users,
> 
> the following command doesn't work
> 
>       folder-hook debian-user set index_format="%3C %s"
> 
> I get "%s: unknown variable" when accessing the debian-user folder.
> 
> Any ideas?

A fairly common problem... :)  You have to surround the set command
with quotes (single quotes since you already have double quotes)... so
try:

folder-hook debian-user 'set index_format="%3C %q"'

Cheers,
Sean

-- 
Sean Quinlan ([EMAIL PROTECTED])

Reply via email to