Dear mutt users, I have a bunch of email addresses that end up in a single Maildir INBOX. For each email that I send out I like to send a Bcc somewhere. I use the use_from feature to have mutt select a sensible From: address when I reply to received email.
set use_from set reverse_name set reverse_realname=no Is there some way to set the "Bcc:" header to whatever is used in the "From: " header? I tried working with send-hooks and define for each From: address what the Bcc: should be, but somehow that didn't work out. # send-hook '~f j...@instituut.net' 'my_hdr Bcc: Job <j...@instituut.net>' nor # send-hook . 'my_hdr Bcc: $my_from' Perhaps a configuration file option "set use_from_as_bcc" would be useful? Or is there some other trick that I can do? I'd like to avoid manually setting the Bcc: address every time I compose an email :) Kind regards, Job