On 020314, at 13:31:55, Heiko Heil wrote
> taken from my ~/.muttrc:
> save-hook "~t [EMAIL PROTECTED]|~c [EMAIL PROTECTED]" +tux
> 
> Is it possible to use an logical or operator in order to avoid
> redundancy?

Assuming you had a number of save hooks using the same set of
operators, you might find it useful to set the value of
$default_hook:

    set default_hook="~t %s | ~c %s"
    save-hook [EMAIL PROTECTED] +tux
    ...

-- 
David Ellement

Reply via email to