aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-18 04:12:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-18 04:12:56 +0800
commit6977afee948218b3e985934c24b8142efa642420 (patch)
tree88078fca14077401fef2232cd2e8613ca7f2baa9 /filter/filtertypes.xml
parent95e875ecf4b48f84fe6b9dd475669396a9609e20 (diff)
downloadgsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar.gz
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar.bz2
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar.lz
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar.xz
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.tar.zst
gsoc2013-evolution-6977afee948218b3e985934c24b8142efa642420.zip
Add new action to execute a shell command.
2001-12-17 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Add new action to execute a shell command. svn path=/trunk/; revision=15138
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 0f651527ee..1bbe1b0f3a 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -627,5 +627,10 @@
</option>
</input>
</part>
+ <part name="shell-exec">
+ <title>Execute Shell Command</title>
+ <code>(shell-exec ${command})</code>
+ <input type="string" name="command"/>
+ </part>
</actionset>
</filterdescription>