* David T-G ([EMAIL PROTECTED]) [Dec 10. 2001 14:49]: > % there are still two problems: > % > % 1. when forwarding (as opposed to bouncing), mutt places me in > % an editor (vim). is there a way to tell mutt to ixnay the > % editing here? > > Piece of cake: > > send-hook . "set editor='vim +/^\$'" > send-hook (spamcop|(submit|quick)\.[a-z0-9]*)@.*spamcop.net \ > 'unset pgp_autosign ; set editor=/bin/true ; my_hdr Fcc: /dev/null ; \ > my_hdr from: [EMAIL PROTECTED]'
That doesn't work correctly for me, for some reason. I added this to my rc: send-hook . "set editor='vim +/^\$'" send-hook [EMAIL PROTECTED] \ 'unset pgp_autosign ; set editor=/bin/true ; \ my_hdr Fcc: /dev/null' And in my `spamcop forward' compose window, my Fcc is set to my default, (=sent-mail-`date +%Y-%m`) but everything else seems to work correctly For example, I'm not prompted to edit. However, in any *other* email I reply to, which is not addressed to spamcop, I get the Fcc: /dev/null header. (See my headers) What could I be doing wrong? -- -Brian Clark