On Fri, Aug 13, 1999 at 02:51:27AM -0230, Chris Gushue wrote:
> I have a problem with Mutt and two headers I am defining, X-Uptime and
> X-Yoda (see my headers for more). Currently, it seems that Mutt will
> only add these headers when it starts, and not when I send a message. I
> have tried using a send-hook to set it, but it still doesn't seem to
> work. Any ideas?
> 
[...]
> send-hook . my_hdr X-Uptime: `uptime`
> send-hook . my_hdr X-Yoda: `yoda`

That's because `s are evaluated when your .muttrc is read. Maybe
something like this helps:

send-hook . 'my_hdr X-Uptime: `uptime`'

CU,
    Sec
-- 
If architects built buildings like programmers build programs,
the first woodpecker to come along would destroy civilization.

Reply via email to