Dale Harris <[EMAIL PROTECTED]> wrote:
> I'm using Mutt 0.95i (1998-12-12), a Linux box.  Is there something wrong 
> with folder-hook or am I just doing it wrong.  For example, I have:

> folder-hook foobar set attribution="On %d, %n snarled:"
> folder-hook foobar set realname="Dale the confused"

> in my .muttrc to apply some rules when I'm reading or responding to 
> messages in a particular folder.  But mutt craps out and gives me a message
> on the second space delimited string inside the quotes, saying it isn't 
> a variable, eg:

You have to write the hooks as the following one and then everything
should work:

folder-hook foobar 'set attribution="On %d, %n snarled:"'
folder-hook foobar 'set realname="Dale the confused"'

Ciao
     Christian
-- 
/* http://www.rhein-neckar.de/~jupiter/                Christian Kurz */

Reply via email to