From f34f1b7ca509aa7eb6bdd67b9ec0fc37125917b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 13 Sep 2002 20:20:40 +0000 Subject: Add a Run Once action to run a command only once rather than for each 2002-09-13 Jeffrey Stedfast * filtertypes.xml: Add a Run Once action to run a command only once rather than for each message that has that action applied. svn path=/trunk/; revision=18068 --- filter/filtertypes.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'filter/filtertypes.xml') diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 53e3345327..2a192d1c61 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -710,5 +710,10 @@ (shell "/bin/sh" "-c" ${command}) + + Run Once + (only-once (shell "/bin/sh" "-c" ${command})) + + -- cgit v1.2.3