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

Re: copy on a per email basis



> If you need something more complicated, such as "in my friends folder,
> I want to save to folder X, but in the inbox, I want to save to folder
> Y" then you'll need to completely change the macro with a folder-hook,
> like so:
>
>      folder-hook INBOX 'macro compose S <edit-fcc><kill-line>Y<enter>'
>      folder-hook friends 'macro compose S <edit-fcc><kill-line>X<enter>'
>
> Make sense?

Indeed and that is what I will be using!

SK