Charles Curley proclaimed on mutt-users that: 

>-> * Do you have some other folder-hooks in your muttrc? IMHO *all*
>-> matching ones are executed. E.g. a folder-hook . unmy_hdr reply-to
>-> later in the muttrc will abandon your Reply-to-address. 

One (perhaps stupid) question - have you _defined_ mailboxes first, before
applying folder hooks?

Try something like ...

subscribe linux
subscribe spam-l
subscribe mutt

# Set options for the various mailing lists I'm on

# The mailboxes that I should check
mailboxes $MAIL =spam-l =linux =mutt =juno-post

save-hook '~f spam-l' =spam-l
save-hook '~f linux-india' =linux
save-hook '~f mutt-' =mutt

# Sort our mailboxes by date
set sort_browser=date

folder-hook spam-l 'set attribution="Talking to spam-l, thus spake %n: "'
folder-hook linux 'set attribution="%n spewed into the LI bitstream: "'
folder-hook mutt 'set attribution="%n proclaimed to mutt-users that: "'

and then add your folder-hook . 'blah blah'

As you can see from the attribution below, it works for me :)

hth
-s
-- 
Suresh Ramasubramanian | sureshr at staff.juno.com
Economists can certainly disappoint you.  One said that the economy
would turn up by the last quarter.  Well, I'm down to mine and it
hasn't.
                -- Robert Orben

Reply via email to