Greetings List. I'm trying to add this command:
vim -c ':r !cat /tmp/file' to be used in a send hook : send-hook ~t...@domain.com set editor= "vim ':r !cat /tmp/bla'" The contents of /tmp/file should then be 'cat > ' into the new email. While the above works fine from the main declaration in my muttrc (set editor=)_, I can't seem to hit it with the right syntax in the send hook. Your help is appreciated. -- GG