Ok, so now I have the multiline commands thing working for
a singular send-hook, like follows.
send-hook '~t @domain.com$' "set signature=~/.sig_domain ; \
my_hdr From: User Name <[EMAIL PROTECTED]>"
Now, I'd like to have two additional capabilities:
1. Define a macro for doing the mult
I am trying to set the my_hdr and the signature as
a result of a single hook.
This does not accomplish that. Can someone help?
send-hook '~t ^.*@domain.com$' \
my_hdr From: User <[EMAIL PROTECTED]> \
set signature=~/.sig_domain
Your eyes are weary from staring at the CRT. You
Can someone help me? I've got the following lines in my .muttrc:
send-hook '~f ^@domain\.com$' 'my_hdr From: User Name <[EMAIL PROTECTED]>'
send-hook '~t ^@domain\.com$' 'my_hdr From: User Name <[EMAIL PROTECTED]>'
with which I am trying to accomplish the following: I'd like that
when I reply to
I've found my stupidity. I know regex, so I should have seen this
right away.
^@domain.com will always be a no-grok.
Thanks anyway.
On 11/08, Me rearranged the electrons to read:
> Can someone help me? I've got the following lines in my .muttrc:
> send-hook '~f ^@domain\.com$' 'my_hdr From: Use