Hi, * Rob Summers [05/14/02 07:47:56 CEST] wrote: > I am setting the attribution globally in my muttrc with this:
> set attribution="On %d, %n said:" > This works correctly, when I try to change it in a folder-hook is when the > problem occurs. > I'm setting the attribution in the folder-hook like so: > folder-hook jimp set attribution="On %d, %n babbled:" Of course it doesn't work. The third field in folder-hooks is the action you want to take. In your case *only* 'set'. Use: folder-hook jimp 'set attribution="On %d, %n babbled:"' instead. The same should apply to the other cases you mentioned. Cheers, Rocco.