<<< Date Index >>>     <<< Thread Index >>>

Re: MTA and fcc-hook



 Hi again,
 
 Thank you for your help.
 
 Now emails are sent from where i want to, I would like to auto save
 a copy of the sent email in the same mailbox where it is sent from.
 
 In muttrc I have:
 
        set record=+mailboxes/mydir
 
 In folder-hooks I have:
 
        folder-hook =mailboxes/mydir2  set from=mymail@xxxxxx realname=myname 
record=+mailboxes/mydir2
 
 But, and this is what I can't understand, when I send an email from
 =mailboxes/mydir2, its copy is still saved under =mailboxes/mydir.
 
 What I define in fcc-hooks works fine, but i can't get it done with all
 the messages sent from this mailbox.
 
 What am I misunderstanding?