Mutters, I can't figure out how to make a folder-hook that will set the bcc field. Basically whenever I'm in folder "abc", I'd like to bcc an address. I can't figure how to make it work with a send-hook either. I'm thinking something like this:
folder-hook abc 'set bcc="[EMAIL PROTECTED]"' But bcc doesn't seem setable like that (I suspect because I'm not yet in the compose context). Or, maybe something like this: macro generic setbcc "<edit-bcc><kill-line>[EMAIL PROTECTED]<enter>" "set bcc" folder-hook abc 'setbcc' Any ideas? -Mike Arrison