* Heiko Heil <[EMAIL PROTECTED]> [2002-03-14 12:32]:
> 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?
> I didn't succeed with this attempt:
> save-hook "(~t|~c) [EMAIL PROTECTED]" +tux

You cannot apply logic to mutt's pattern styles. (ehem)
However, there's "~C" which does what you intended.

  save-hook "~C [EMAIL PROTECTED]" +tux

Homework:
Print out section "4.2 Patterns" of the doc/manual.txt and
learn it by heart.  There will be a test on Monday...  ;-)

Sven  [preparing a mutt workshop in Berlin]

-- 
Sven Guckes      [EMAIL PROTECTED]
http://www.math.fu-berlin.de/~guckes/mutt/setup.html

Reply via email to