[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [OT] folder-hook mutt question



--- Viktor Rosenfeld <rosenfel@informatik.hu-berlin.de> (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 (smq@gmx.co.uk)



Reply to: