Re: set Bcc when To: is not myself

2017-12-17 Thread David Woodfall
How can I set the Bcc: to myself when To: is not myself? I try something like this but it does not work: send-hook "!~t ablacktsh...@gmail.com" 'my_hdr Bcc: Yubin Ruan ' Then I try this and it work when I try to send a fresh email: send-hook "~t ablacktshirt" 'my_hdr Bcc:' send-hook .

why :command does not work

2017-12-17 Thread Yubin Ruan
Why :command fails to execute the `command'. Doesn't mutt work like vim? Yubin

set Bcc when To: is not myself

2017-12-17 Thread Yubin Ruan
How can I set the Bcc: to myself when To: is not myself? I try something like this but it does not work: send-hook "!~t ablacktsh...@gmail.com" 'my_hdr Bcc: Yubin Ruan ' Then I try this and it work when I try to send a fresh email: send-hook "~t ablacktshirt" 'my_hdr Bcc:' send-hook

Re: Unable to set Reply-To

2017-12-17 Thread mimosinnet
El Friday, 15 de December del 2017 a les 12:39, David Woodfall va escriure: Mutt 1.9.1 (2017-09-22) I have a folder-hook that sources a file. The file sets sendmail and does this: my_hdr Reply-To: m...@mydomain.com But it refuses to work. I know the file /is/ being sourced because sendmail ch

Re: Unable to set Reply-To

2017-12-17 Thread Ian Zimmerman
On 2017-12-17 19:31, Richard Z wrote: > there seems to be a config var "reply_to", maybe that overrides your > my_hdr? Also, using the config var might be easier than my_hdr. That variable does something quite different; it's not even a string var but rather a quad one. See the full documentatio

Re: Unable to set Reply-To

2017-12-17 Thread David Woodfall
On Fri, Dec 15, 2017 at 12:39:13PM +, David Woodfall wrote: >Mutt 1.9.1 (2017-09-22) > >I have a folder-hook that sources a file. The file sets sendmail and >does this: > >my_hdr Reply-To: m...@mydomain.com > >But it refuses to work. I know the file /is/ being sourced because >sendmail change

Re: Unable to set Reply-To

2017-12-17 Thread Richard Z
On Fri, Dec 15, 2017 at 12:39:13PM +, David Woodfall wrote: > >Mutt 1.9.1 (2017-09-22) > > > >I have a folder-hook that sources a file. The file sets sendmail and > >does this: > > > >my_hdr Reply-To: m...@mydomain.com > > > >But it refuses to work. I know the file /is/ being sourced because >