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 fails to execute the `command'. Doesn't mutt work like vim?
Yubin
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
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
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
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
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
>