Andre Majorel <[email protected]> writes: > Is there a way to set a default value for To: in <mail> ? It > would be very useful after a folder-hook for mailing lists etc.
Yes, using my_hdr. Here is an example of what is in my ~/.muttrc: folder-hook =list.debian 'my_hdr To: [email protected]' folder-hook =list.dovecot 'my_hdr To: [email protected]' folder-hook =list.mutt 'my_hdr To: [email protected]' -- Nicolas
