I have fcc-hook in one of my 3 profile, like this: ~/.mutt/profile.mymail3 fcc-hook . "+MyMail3/Sent"
In my muttrc, I have: unhook send-hook send-hook . "source ~/.mutt/profile.mymail1\n" send-hook ^([email protected]|[email protected]) "set mime_forward signature=''" send-hook ^(friend1|friend2) "source ~/.mutt/profile.mymail3\n" When I sent a e-mail to friend1 or friend2, the message is salved at MyMail3/Sent, what is very nice. However, after this action, all other messages that I sent is salved at this mailbox! I have googled and found a lot of issues like me. Here is 2 out many messages I found: http://tech.groups.yahoo.com/group/mutt-users/message/49010 http://www.davep.org/mutt/muttrc/fcc-hooks.html and manual's section 3.15. Have you a way to unset fcc-hook? Or I will need to write it to /dev/null? If this the way, how I could do that? In muttrc or in profile.mymail1? ~/.mutt/profile.mymail1 don't have fcc-hook seted. Thank you very much! Marcelo
